#dbdcdc color RGB value is (13, 189, 205).
#dbdcdc hex color red value is 13, green value is 189, and blue value is 205.
Cylindrical-coordinate representations (HSL) of color #dbdcdc
hue: 185,
saturation: 0.88 and lightness: 0.43.
The process color (four-color CMYK) of #dbdcdc color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dbdcdc is #ff9999. Color #dbdcdc contains mainly RED.
| Color spaces of #dbdcdc | Value |
|---|---|
| RGB | 219, 220, 220 |
| HSL | 0.5, 0.01, 0.86 |
| HSV | 180°, 0°, 86° |
| XYZ | 67.72, 71.41, 77.91 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011011 | 11011100 | 11011100 |
| Octal | 333 | 334 | 334 |
| Decimal | 219 | 220 | 220 |
| Hex | DB | DC | DC |
Shades of #dbdcdc
Tints of #dbdcdc
.mybgColor {background-color: #dbdcdc;}
.myforeColor {color: #dbdcdc;}
.myborderColor {border:3px solid #dbdcdc;}
<p style="color:#dbdcdc">Text here</p>
This sample text is styled with the font color #dbdcdc. 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:#dbdcdc">Div content here</div>
<div style="border:3px solid #dbdcdc">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(219, 220, 220, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dbdcdc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dbdcdc;
-webkit-box-shadow: 1px 1px 3px #dbdcdc;
box-shadow: 1px 1px 3px #dbdcdc; }
<p style="text-shadow: 4px 4px 2px rgba(219, 220, 220, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dbdcdc;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dbdcdc;
-webkit-box-shadow: 1px 1px 3px #dbdcdc;
box-shadow: 1px 1px 3px #dbdcdc;">Div content here</div>
