#d2cbff color RGB value is (13, 44, 191).
#d2cbff hex color red value is 13, green value is 44, and blue value is 191.
Cylindrical-coordinate representations (HSL) of color #d2cbff
hue: 229.55,
saturation: 0.87 and lightness: 0.4.
The process color (four-color CMYK) of #d2cbff color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #d2cbff is #ff9999. Color #d2cbff contains mainly RED.
| Color spaces of #d2cbff | Value |
|---|---|
| RGB | 210, 203, 255 |
| HSL | 0.69, 1, 0.9 |
| HSV | 248°, 20°, 100° |
| XYZ | 65.98, 63.63, 103.39 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11010010 | 11001011 | 11111111 |
| Octal | 322 | 313 | 377 |
| Decimal | 210 | 203 | 255 |
| Hex | D2 | CB | FF |
Shades of #d2cbff
Tints of #d2cbff
.mybgColor {background-color: #d2cbff;}
.myforeColor {color: #d2cbff;}
.myborderColor {border:3px solid #d2cbff;}
<p style="color:#d2cbff">Text here</p>
This sample text is styled with the font color #d2cbff. 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:#d2cbff">Div content here</div>
<div style="border:3px solid #d2cbff">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(210, 203, 255, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d2cbff; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #d2cbff;
-webkit-box-shadow: 1px 1px 3px #d2cbff;
box-shadow: 1px 1px 3px #d2cbff; }
<p style="text-shadow: 4px 4px 2px rgba(210, 203, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #d2cbff;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #d2cbff;
-webkit-box-shadow: 1px 1px 3px #d2cbff;
box-shadow: 1px 1px 3px #d2cbff;">Div content here</div>
