#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 of #d7cbe5 | Value |
|---|---|
| RGB | 215, 203, 229 |
| HSL | 0.74, 0.33, 0.85 |
| HSV | 268°, 11°, 90° |
| XYZ | 63.52, 62.82, 82.89 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010111 | 11001011 | 11100101 |
| Octal | 327 | 313 | 345 |
| Decimal | 215 | 203 | 229 |
| Hex | D7 | CB | E5 |
Shades of #d7cbe5
Tints of #d7cbe5
.mybgColor {background-color: #d7cbe5;}
.myforeColor {color: #d7cbe5;}
.myborderColor {border:3px solid #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,
<div style="background-color:#d7cbe5">Div content here</div>
<div style="border:3px solid #d7cbe5">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(215, 203, 229, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d7cbe5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
