#dcdcff color RGB value is (13, 205, 207).
#dcdcff hex color red value is 13, green value is 205, and blue value is 207.
Cylindrical-coordinate representations (HSL) of color #dcdcff
hue: 180.62,
saturation: 0.88 and lightness: 0.43.
The process color (four-color CMYK) of #dcdcff color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dcdcff is #ff9999. Color #dcdcff contains mainly RED.
| Color spaces of #dcdcff | Value |
|---|---|
| RGB | 220, 220, 255 |
| HSL | 0.67, 1, 0.93 |
| HSV | 240°, 14°, 100° |
| XYZ | 73.15, 73.62, 104.94 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011100 | 11011100 | 11111111 |
| Octal | 334 | 334 | 377 |
| Decimal | 220 | 220 | 255 |
| Hex | DC | DC | FF |
Shades of #dcdcff
Tints of #dcdcff
.mybgColor {background-color: #dcdcff;}
.myforeColor {color: #dcdcff;}
.myborderColor {border:3px solid #dcdcff;}
<p style="color:#dcdcff">Text here</p>
This sample text is styled with the font color #dcdcff. 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:#dcdcff">Div content here</div>
<div style="border:3px solid #dcdcff">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(220, 220, 255, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dcdcff; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dcdcff;
-webkit-box-shadow: 1px 1px 3px #dcdcff;
box-shadow: 1px 1px 3px #dcdcff; }
<p style="text-shadow: 4px 4px 2px rgba(220, 220, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dcdcff;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dcdcff;
-webkit-box-shadow: 1px 1px 3px #dcdcff;
box-shadow: 1px 1px 3px #dcdcff;">Div content here</div>
