#d2cecb color RGB value is (13, 44, 236).
#d2cecb hex color red value is 13, green value is 44, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #d2cecb
hue: 231.66,
saturation: 0.9 and lightness: 0.49.
The process color (four-color CMYK) of #d2cecb color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d2cecb is #ff9999. Color #d2cecb contains mainly RED.
| Color spaces of #d2cecb | Value |
|---|---|
| RGB | 210, 206, 203 |
| HSL | 0.07, 0.07, 0.81 |
| HSV | 26°, 3°, 82° |
| XYZ | 59.43, 62.16, 65.35 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010010 | 11001110 | 11001011 |
| Octal | 322 | 316 | 313 |
| Decimal | 210 | 206 | 203 |
| Hex | D2 | CE | CB |
Shades of #d2cecb
Tints of #d2cecb
.mybgColor {background-color: #d2cecb;}
.myforeColor {color: #d2cecb;}
.myborderColor {border:3px solid #d2cecb;}
<p style="color:#d2cecb">Text here</p>
This sample text is styled with the font color #d2cecb. 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:#d2cecb">Div content here</div>
<div style="border:3px solid #d2cecb">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(210, 206, 203, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d2cecb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d2cecb;
-webkit-box-shadow: 1px 1px 3px #d2cecb;
box-shadow: 1px 1px 3px #d2cecb; }
<p style="text-shadow: 4px 4px 2px rgba(210, 206, 203, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d2cecb;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d2cecb;
-webkit-box-shadow: 1px 1px 3px #d2cecb;
box-shadow: 1px 1px 3px #d2cecb;">Div content here</div>
