Shades of Fog #DBC8E9
Tints of Fog #DBC8E9
RGB
CMYK
RGB Variations
Color information
#DBC8E9 (or 0xDBC8E9) is known color: Fog. HEX triplet: DB, C8 and E9. RGB value is (219,200,233). Sum of RGB (Red+Green+Blue) = 219+200+233=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 200 (78.52% from 255 or 30.67% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC8E9 is #243716. Grayscale: #D1D1D1. Windows color (decimal): -2373399 or 15321307. OLE color: 15321307.
HSL color Cylindrical-coordinate representation of color #DBC8E9: hue angle of 274.55º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC8E9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 200 | 233 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.09 |
| HSL | 274.55º | 0.43% | 0.85% | - |
| HSV(B) | 274.55º | 0.14% | 0.91% | - |
| XYZ | 64.58 | 62.25 | 85.7 | - |
| YUV | 209.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 233 | 0.06 | 0.14 | 0 | 0.09 | 274.55 | 0.43 | 0.85 |
| Hex | DB | C8 | E9 | 6 | E | 0 | 9 | 113 | 2B | 55 |
| Octal | 333 | 310 | 351 | 6 | 16 | 0 | 11 | 423 | 53 | 125 |
| Binary | 11011011 | 11001000 | 11101001 | 110 | 1110 | 0 | 1001 | 100010011 | 101011 | 1010101 |
Color Harmonies of #DBC8E9
Complementary color
Monochromatic Colors of #DBC8E9
Black with #DBC8E9
Text Example
Text Example
White with #DBC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8E9; }
p { color: rgb(219,200,233); }
H1.HeaderClassName
{
color: #DBC8E9;
}
.AnyTagClassName
{
color: #DBC8E9;
}
</style>
background-color css
<style>
a { background-color: #DBC8E9; }
a { background-color: rgb(219,200,233); }
div.DivClassName
{
background-color: #DBC8E9;
}
.BgClassName
{
background-color: #DBC8E9;
}
</style>
border-color css
<style>
span { border-color: #DBC8E9; }
span { border-color: rgb(219,200,233); }
td.TdClassName
{
border-color: #DBC8E9;
}
.TagClassName
{
border-color: #DBC8E9;
}
</style>