#d2cfe6 color RGB value is (13, 44, 254).
#d2cfe6 hex color red value is 13, green value is 44, and blue value is 254.
Cylindrical-coordinate representations (HSL) of color #d2cfe6
hue: 232.28,
saturation: 0.99 and lightness: 0.52.
The process color (four-color CMYK) of #d2cfe6 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d2cfe6 is #ff9999. Color #d2cfe6 contains mainly RED.
| Color spaces of #d2cfe6 | Value |
|---|---|
| RGB | 210, 207, 230 |
| HSL | 0.69, 0.32, 0.86 |
| HSV | 248°, 10°, 90° |
| XYZ | 63.17, 64.04, 83.88 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010010 | 11001111 | 11100110 |
| Octal | 322 | 317 | 346 |
| Decimal | 210 | 207 | 230 |
| Hex | D2 | CF | E6 |
Shades of #d2cfe6
Tints of #d2cfe6
.mybgColor {background-color: #d2cfe6;}
.myforeColor {color: #d2cfe6;}
.myborderColor {border:3px solid #d2cfe6;}
<p style="color:#d2cfe6">Text here</p>
This sample text is styled with the font color #d2cfe6. 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:#d2cfe6">Div content here</div>
<div style="border:3px solid #d2cfe6">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(210, 207, 230, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d2cfe6; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d2cfe6;
-webkit-box-shadow: 1px 1px 3px #d2cfe6;
box-shadow: 1px 1px 3px #d2cfe6; }
<p style="text-shadow: 4px 4px 2px rgba(210, 207, 230, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d2cfe6;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d2cfe6;
-webkit-box-shadow: 1px 1px 3px #d2cfe6;
box-shadow: 1px 1px 3px #d2cfe6;">Div content here</div>
