Shades of Fog #DBC0E8
Tints of Fog #DBC0E8
RGB
CMYK
RGB Variations
Color information
#DBC0E8 (or 0xDBC0E8) is known color: Fog. HEX triplet: DB, C0 and E8. RGB value is (219,192,232). Sum of RGB (Red+Green+Blue) = 219+192+232=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 232 (91.02% from 255 or 36.08% from 643); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBC0E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0E8 is #243F17. Grayscale: #CCCCCC. Windows color (decimal): -2375448 or 15253723. OLE color: 15253723.
HSL color Cylindrical-coordinate representation of color #DBC0E8: hue angle of 280.5º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBC0E8 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 192 | 232 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.09 |
| HSL | 280.5º | 0.47% | 0.83% | - |
| HSV(B) | 280.5º | 0.17% | 0.91% | - |
| XYZ | 62.63 | 58.59 | 84.35 | - |
| YUV | 204.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 232 | 0.06 | 0.17 | 0 | 0.09 | 280.5 | 0.47 | 0.83 |
| Hex | DB | C0 | E8 | 6 | 11 | 0 | 9 | 118 | 2F | 53 |
| Octal | 333 | 300 | 350 | 6 | 21 | 0 | 11 | 430 | 57 | 123 |
| Binary | 11011011 | 11000000 | 11101000 | 110 | 10001 | 0 | 1001 | 100011000 | 101111 | 1010011 |
Color Harmonies of #DBC0E8
Complementary color
Monochromatic Colors of #DBC0E8
Black with #DBC0E8
Text Example
Text Example
White with #DBC0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0E8; }
p { color: rgb(219,192,232); }
H1.HeaderClassName
{
color: #DBC0E8;
}
.AnyTagClassName
{
color: #DBC0E8;
}
</style>
background-color css
<style>
a { background-color: #DBC0E8; }
a { background-color: rgb(219,192,232); }
div.DivClassName
{
background-color: #DBC0E8;
}
.BgClassName
{
background-color: #DBC0E8;
}
</style>
border-color css
<style>
span { border-color: #DBC0E8; }
span { border-color: rgb(219,192,232); }
td.TdClassName
{
border-color: #DBC0E8;
}
.TagClassName
{
border-color: #DBC0E8;
}
</style>