Shades of Fog #DBC9EA
Tints of Fog #DBC9EA
RGB
CMYK
RGB Variations
Color information
#DBC9EA (or 0xDBC9EA) is known color: Fog. HEX triplet: DB, C9 and EA. RGB value is (219,201,234). Sum of RGB (Red+Green+Blue) = 219+201+234=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBC9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC9EA is #243615. Grayscale: #D2D2D2. Windows color (decimal): -2373142 or 15387099. OLE color: 15387099.
HSL color Cylindrical-coordinate representation of color #DBC9EA: hue angle of 272.73º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBC9EA is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 201 | 234 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.08 |
| HSL | 272.73º | 0.44% | 0.85% | - |
| HSV(B) | 272.73º | 0.14% | 0.92% | - |
| XYZ | 64.95 | 62.77 | 86.54 | - |
| YUV | 210.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 234 | 0.06 | 0.14 | 0 | 0.08 | 272.73 | 0.44 | 0.85 |
| Hex | DB | C9 | EA | 6 | E | 0 | 8 | 111 | 2C | 55 |
| Octal | 333 | 311 | 352 | 6 | 16 | 0 | 10 | 421 | 54 | 125 |
| Binary | 11011011 | 11001001 | 11101010 | 110 | 1110 | 0 | 1000 | 100010001 | 101100 | 1010101 |
Color Harmonies of #DBC9EA
Complementary color
Monochromatic Colors of #DBC9EA
Black with #DBC9EA
Text Example
Text Example
White with #DBC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9EA; }
p { color: rgb(219,201,234); }
H1.HeaderClassName
{
color: #DBC9EA;
}
.AnyTagClassName
{
color: #DBC9EA;
}
</style>
background-color css
<style>
a { background-color: #DBC9EA; }
a { background-color: rgb(219,201,234); }
div.DivClassName
{
background-color: #DBC9EA;
}
.BgClassName
{
background-color: #DBC9EA;
}
</style>
border-color css
<style>
span { border-color: #DBC9EA; }
span { border-color: rgb(219,201,234); }
td.TdClassName
{
border-color: #DBC9EA;
}
.TagClassName
{
border-color: #DBC9EA;
}
</style>