Shades of Fog #DBCAE8
Tints of Fog #DBCAE8
RGB
CMYK
RGB Variations
Color information
#DBCAE8 (or 0xDBCAE8) is known color: Fog. HEX triplet: DB, CA and E8. RGB value is (219,202,232). Sum of RGB (Red+Green+Blue) = 219+202+232=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 232 (91.02% from 255 or 35.53% from 653); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBCAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCAE8 is #243517. Grayscale: #D2D2D2. Windows color (decimal): -2372888 or 15256283. OLE color: 15256283.
HSL color Cylindrical-coordinate representation of color #DBCAE8: hue angle of 274º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBCAE8 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 202 | 232 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.09 |
| HSL | 274º | 0.39% | 0.85% | - |
| HSV(B) | 274º | 0.13% | 0.91% | - |
| XYZ | 64.9 | 63.13 | 85.11 | - |
| YUV | 210.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 232 | 0.06 | 0.13 | 0 | 0.09 | 274 | 0.39 | 0.85 |
| Hex | DB | CA | E8 | 6 | D | 0 | 9 | 112 | 27 | 55 |
| Octal | 333 | 312 | 350 | 6 | 15 | 0 | 11 | 422 | 47 | 125 |
| Binary | 11011011 | 11001010 | 11101000 | 110 | 1101 | 0 | 1001 | 100010010 | 100111 | 1010101 |
Color Harmonies of #DBCAE8
Complementary color
Monochromatic Colors of #DBCAE8
Black with #DBCAE8
Text Example
Text Example
White with #DBCAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCAE8; }
p { color: rgb(219,202,232); }
H1.HeaderClassName
{
color: #DBCAE8;
}
.AnyTagClassName
{
color: #DBCAE8;
}
</style>
background-color css
<style>
a { background-color: #DBCAE8; }
a { background-color: rgb(219,202,232); }
div.DivClassName
{
background-color: #DBCAE8;
}
.BgClassName
{
background-color: #DBCAE8;
}
</style>
border-color css
<style>
span { border-color: #DBCAE8; }
span { border-color: rgb(219,202,232); }
td.TdClassName
{
border-color: #DBCAE8;
}
.TagClassName
{
border-color: #DBCAE8;
}
</style>