color details

Color Details
#d4cdc8 Color Hex

#d4cdc8 color RGB value is (13, 76, 220).
#d4cdc8 hex color red value is 13, green value is 76, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #d4cdc8 hue: 221.74, saturation: 0.89 and lightness: 0.46.

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

Color Spaces
Color spaces of #d4cdc8Value
RGB212, 205, 200
HSL0.07, 0.12, 0.81
HSV25°, 6°, 83°
XYZ59.41, 61.83, 63.44
Base Numbers
Base Red Green Blue
Binary 11010100 11001101 11001000
Octal 324 315 310
Decimal 212 205 200
Hex D4 CD C8

RGB Percentages for Color #d4cdc8

34.36%
33.23%
32.41%

CMYK Percentages of the Color #d4cdc8

3.3%
5.66%
16.86%
CSS Codes for Color #d4cdc8
.mybgColor {background-color: #d4cdc8;}
.myforeColor {color: #d4cdc8;}
.myborderColor {border:3px solid #d4cdc8;}
Text Font Color #d4cdc8

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

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

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

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

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

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

<p style="text-shadow: 4px 4px 2px rgba(212, 205, 200, 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 #d4cdc8;">Text here</p>

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

Shadow Div Box

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

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

Scroll to Top