color details

Color Details
#d7cbe5 Color Hex

#d7cbe5 color RGB value is (13, 124, 190).
#d7cbe5 hex color red value is 13, green value is 124, and blue value is 190.
Cylindrical-coordinate representations (HSL) of color #d7cbe5 hue: 202.37, saturation: 0.87 and lightness: 0.4.

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

Color Spaces
Color spaces of #d7cbe5Value
RGB215, 203, 229
HSL0.74, 0.33, 0.85
HSV268°, 11°, 90°
XYZ63.52, 62.82, 82.89
Base Numbers
Base Red Green Blue
Binary 11010111 11001011 11100101
Octal 327 313 345
Decimal 215 203 229
Hex D7 CB E5

RGB Percentages for Color #d7cbe5

33.23%
31.38%
35.39%

CMYK Percentages of the Color #d7cbe5

6.11%
11.35%
10.2%
CSS Codes for Color #d7cbe5
.mybgColor {background-color: #d7cbe5;}
.myforeColor {color: #d7cbe5;}
.myborderColor {border:3px solid #d7cbe5;}
Text Font Color #d7cbe5

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top