#dbcfc1 color RGB value is (13, 188, 252).
#dbcfc1 hex color red value is 13, green value is 188, and blue value is 252.
Cylindrical-coordinate representations (HSL) of color #dbcfc1
hue: 196.07,
saturation: 0.98 and lightness: 0.52.
The process color (four-color CMYK) of #dbcfc1 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #dbcfc1 is #ff9999. Color #dbcfc1 contains mainly RED.
| Color spaces of #dbcfc1 | Value |
|---|---|
| RGB | 219, 207, 193 |
| HSL | 0.09, 0.27, 0.81 |
| HSV | 32°, 12°, 86° |
| XYZ | 61.15, 63.54, 59.48 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11011011 | 11001111 | 11000001 |
| Octal | 333 | 317 | 301 |
| Decimal | 219 | 207 | 193 |
| Hex | DB | CF | C1 |
Shades of #dbcfc1
Tints of #dbcfc1
.mybgColor {background-color: #dbcfc1;}
.myforeColor {color: #dbcfc1;}
.myborderColor {border:3px solid #dbcfc1;}
<p style="color:#dbcfc1">Text here</p>
This sample text is styled with the font color #dbcfc1. 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:#dbcfc1">Div content here</div>
<div style="border:3px solid #dbcfc1">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(219, 207, 193, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dbcfc1; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #dbcfc1;
-webkit-box-shadow: 1px 1px 3px #dbcfc1;
box-shadow: 1px 1px 3px #dbcfc1; }
<p style="text-shadow: 4px 4px 2px rgba(219, 207, 193, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #dbcfc1;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #dbcfc1;
-webkit-box-shadow: 1px 1px 3px #dbcfc1;
box-shadow: 1px 1px 3px #dbcfc1;">Div content here</div>
