color details

Color Details
#dbcfc1 Color Hex

#dbcfc1 color RGB value is (13, 188, 252).
#dbcfc1 hex color red value is 13, green value is 188, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #dbcfc1 hue: 196.07, saturation: 0.98 and lightness: 0.52.

The process color (four-color CMYK) of #dbcfc1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dbcfc1 is #ff9999. Color #dbcfc1 contains mainly RED.

Color Spaces
Color spaces of #dbcfc1Value
RGB219, 207, 193
HSL0.09, 0.27, 0.81
HSV32°, 12°, 86°
XYZ61.15, 63.54, 59.48
Base Numbers
Base Red Green Blue
Binary 11011011 11001111 11000001
Octal 333 317 301
Decimal 219 207 193
Hex DB CF C1

RGB Percentages for Color #dbcfc1

35.38%
33.44%
31.18%

CMYK Percentages of the Color #dbcfc1

5.48%
11.87%
14.12%
CSS Codes for Color #dbcfc1
.mybgColor {background-color: #dbcfc1;}
.myforeColor {color: #dbcfc1;}
.myborderColor {border:3px solid #dbcfc1;}
Text Font Color #dbcfc1

<p style="color:#dbcfc1">Text here</p>

This sample text is styled with the font color #dbcfc1. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #dbcfc1

<div style="background-color:#dbcfc1">Div content here</div>

The background color of this div is #dbcfc1
Border Color #dbcfc1

<div style="border:3px solid #dbcfc1">Div here</div>

The border color of this div is #dbcfc1
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(219, 207, 193, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #dbcfc1;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #dbcfc1;
-webkit-box-shadow: 1px 1px 3px #dbcfc1;
box-shadow: 1px 1px 3px #dbcfc1;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219, 207, 193, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #dbcfc1;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #dbcfc1; -webkit-box-shadow: 1px 1px 3px #dbcfc1; box-shadow: 1px 1px 3px #dbcfc1;">Div content here</div>

This div box has a shadow with a specified color. #dbcfc1

Scroll to Top