Shades of Fog #DBC0EC
Tints of Fog #DBC0EC
RGB
CMYK
RGB Variations
Color information
#DBC0EC (or 0xDBC0EC) is known color: Fog. HEX triplet: DB, C0 and EC. RGB value is (219,192,236). Sum of RGB (Red+Green+Blue) = 219+192+236=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBC0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC0EC is #243F13. Grayscale: #CCCCCC. Windows color (decimal): -2375444 or 15515867. OLE color: 15515867.
HSL color Cylindrical-coordinate representation of color #DBC0EC: hue angle of 276.82º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC0EC is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 192 | 236 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.07 |
| HSL | 276.82º | 0.54% | 0.84% | - |
| HSV(B) | 276.82º | 0.19% | 0.93% | - |
| XYZ | 63.2 | 58.82 | 87.38 | - |
| YUV | 205.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 236 | 0.07 | 0.19 | 0 | 0.07 | 276.82 | 0.54 | 0.84 |
| Hex | DB | C0 | EC | 7 | 13 | 0 | 7 | 115 | 36 | 54 |
| Octal | 333 | 300 | 354 | 7 | 23 | 0 | 7 | 425 | 66 | 124 |
| Binary | 11011011 | 11000000 | 11101100 | 111 | 10011 | 0 | 111 | 100010101 | 110110 | 1010100 |
Color Harmonies of #DBC0EC
Complementary color
Monochromatic Colors of #DBC0EC
Black with #DBC0EC
Text Example
Text Example
White with #DBC0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0EC; }
p { color: rgb(219,192,236); }
H1.HeaderClassName
{
color: #DBC0EC;
}
.AnyTagClassName
{
color: #DBC0EC;
}
</style>
background-color css
<style>
a { background-color: #DBC0EC; }
a { background-color: rgb(219,192,236); }
div.DivClassName
{
background-color: #DBC0EC;
}
.BgClassName
{
background-color: #DBC0EC;
}
</style>
border-color css
<style>
span { border-color: #DBC0EC; }
span { border-color: rgb(219,192,236); }
td.TdClassName
{
border-color: #DBC0EC;
}
.TagClassName
{
border-color: #DBC0EC;
}
</style>