#d0cecc color RGB value is (13, 12, 236).
#d0cecc hex color red value is 13, green value is 12, and blue value is 236.
Cylindrical-coordinate representations (HSL) of color #d0cecc
hue: 240.27,
saturation: 0.9 and lightness: 0.49.
The process color (four-color CMYK) of #d0cecc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d0cecc is #ff9999. Color #d0cecc contains mainly RED.
| Color spaces of #d0cecc | Value |
|---|---|
| RGB | 208, 206, 204 |
| HSL | 0.08, 0.04, 0.81 |
| HSV | 30°, 2°, 82° |
| XYZ | 58.98, 61.91, 65.96 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010000 | 11001110 | 11001100 |
| Octal | 320 | 316 | 314 |
| Decimal | 208 | 206 | 204 |
| Hex | D0 | CE | CC |
Shades of #d0cecc
Tints of #d0cecc
.mybgColor {background-color: #d0cecc;}
.myforeColor {color: #d0cecc;}
.myborderColor {border:3px solid #d0cecc;}
<p style="color:#d0cecc">Text here</p>
This sample text is styled with the font color #d0cecc. 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:#d0cecc">Div content here</div>
<div style="border:3px solid #d0cecc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(208, 206, 204, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d0cecc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d0cecc;
-webkit-box-shadow: 1px 1px 3px #d0cecc;
box-shadow: 1px 1px 3px #d0cecc; }
<p style="text-shadow: 4px 4px 2px rgba(208, 206, 204, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d0cecc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d0cecc;
-webkit-box-shadow: 1px 1px 3px #d0cecc;
box-shadow: 1px 1px 3px #d0cecc;">Div content here</div>
