color details

Color Details
#d2cbff Color Hex

#d2cbff color RGB value is (13, 44, 191).
#d2cbff hex color red value is 13, green value is 44, and blue value is 191.
Cylindrical-coordinate representations (HSL) of color #d2cbff hue: 229.55, saturation: 0.87 and lightness: 0.4.

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

Color Spaces
Color spaces of #d2cbffValue
RGB210, 203, 255
HSL0.69, 1, 0.9
HSV248°, 20°, 100°
XYZ65.98, 63.63, 103.39
Base Numbers
Base Red Green Blue
Binary 11010010 11001011 11111111
Octal 322 313 377
Decimal 210 203 255
Hex D2 CB FF

RGB Percentages for Color #d2cbff

31.44%
30.39%
38.17%

CMYK Percentages of the Color #d2cbff

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top