color details

Color Details
#d0cecc Color Hex

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

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

Color Spaces
Color spaces of #d0ceccValue
RGB208, 206, 204
HSL0.08, 0.04, 0.81
HSV30°, 2°, 82°
XYZ58.98, 61.91, 65.96
Base Numbers
Base Red Green Blue
Binary 11010000 11001110 11001100
Octal 320 316 314
Decimal 208 206 204
Hex D0 CE CC

RGB Percentages for Color #d0cecc

33.66%
33.33%
33.01%

CMYK Percentages of the Color #d0cecc

0.96%
1.92%
18.43%
CSS Codes for Color #d0cecc
.mybgColor {background-color: #d0cecc;}
.myforeColor {color: #d0cecc;}
.myborderColor {border:3px solid #d0cecc;}
Text Font Color #d0cecc

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top