Shades of Fog #DBC2EF
Tints of Fog #DBC2EF
RGB
CMYK
RGB Variations
Color information
#DBC2EF (or 0xDBC2EF) is known color: Fog. HEX triplet: DB, C2 and EF. RGB value is (219,194,239). Sum of RGB (Red+Green+Blue) = 219+194+239=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 194 (76.17% from 255 or 29.75% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBC2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBC2EF is #243D10. Grayscale: #CECECE. Windows color (decimal): -2374929 or 15712987. OLE color: 15712987.
HSL color Cylindrical-coordinate representation of color #DBC2EF: hue angle of 273.33º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC2EF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 194 | 239 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.06 |
| HSL | 273.33º | 0.58% | 0.85% | - |
| HSV(B) | 273.33º | 0.19% | 0.94% | - |
| XYZ | 64.09 | 59.88 | 89.84 | - |
| YUV | 206.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 239 | 0.08 | 0.19 | 0 | 0.06 | 273.33 | 0.58 | 0.85 |
| Hex | DB | C2 | EF | 8 | 13 | 0 | 6 | 111 | 3A | 55 |
| Octal | 333 | 302 | 357 | 10 | 23 | 0 | 6 | 421 | 72 | 125 |
| Binary | 11011011 | 11000010 | 11101111 | 1000 | 10011 | 0 | 110 | 100010001 | 111010 | 1010101 |
Color Harmonies of #DBC2EF
Complementary color
Monochromatic Colors of #DBC2EF
Black with #DBC2EF
Text Example
Text Example
White with #DBC2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2EF; }
p { color: rgb(219,194,239); }
H1.HeaderClassName
{
color: #DBC2EF;
}
.AnyTagClassName
{
color: #DBC2EF;
}
</style>
background-color css
<style>
a { background-color: #DBC2EF; }
a { background-color: rgb(219,194,239); }
div.DivClassName
{
background-color: #DBC2EF;
}
.BgClassName
{
background-color: #DBC2EF;
}
</style>
border-color css
<style>
span { border-color: #DBC2EF; }
span { border-color: rgb(219,194,239); }
td.TdClassName
{
border-color: #DBC2EF;
}
.TagClassName
{
border-color: #DBC2EF;
}
</style>