color details

Color Details
#d2cecb Color Hex

#d2cecb color RGB value is (13, 44, 236).
#d2cecb hex color red value is 13, green value is 44, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #d2cecb hue: 231.66, saturation: 0.9 and lightness: 0.49.

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

Color Spaces
Color spaces of #d2cecbValue
RGB210, 206, 203
HSL0.07, 0.07, 0.81
HSV26°, 3°, 82°
XYZ59.43, 62.16, 65.35
Base Numbers
Base Red Green Blue
Binary 11010010 11001110 11001011
Octal 322 316 313
Decimal 210 206 203
Hex D2 CE CB

RGB Percentages for Color #d2cecb

33.93%
33.28%
32.79%

CMYK Percentages of the Color #d2cecb

1.9%
3.33%
17.65%
CSS Codes for Color #d2cecb
.mybgColor {background-color: #d2cecb;}
.myforeColor {color: #d2cecb;}
.myborderColor {border:3px solid #d2cecb;}
Text Font Color #d2cecb

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

This sample text is styled with the font color #d2cecb. 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 #d2cecb

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(210, 206, 203, 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 #d2cecb;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top