Shades of Fog #DBD0EC
Tints of Fog #DBD0EC
RGB
CMYK
RGB Variations
Color information
#DBD0EC (or 0xDBD0EC) is known color: Fog. HEX triplet: DB, D0 and EC. RGB value is (219,208,236). Sum of RGB (Red+Green+Blue) = 219+208+236=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBD0EC is #242F13. Grayscale: #D6D6D6. Windows color (decimal): -2371348 or 15519963. OLE color: 15519963.
HSL color Cylindrical-coordinate representation of color #DBD0EC: hue angle of 263.57º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD0EC is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 208 | 236 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.07 |
| HSL | 263.57º | 0.42% | 0.87% | - |
| HSV(B) | 263.57º | 0.12% | 0.93% | - |
| XYZ | 66.91 | 66.23 | 88.61 | - |
| YUV | 214.48 | 140.14 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 236 | 0.07 | 0.12 | 0 | 0.07 | 263.57 | 0.42 | 0.87 |
| Hex | DB | D0 | EC | 7 | C | 0 | 7 | 108 | 2A | 57 |
| Octal | 333 | 320 | 354 | 7 | 14 | 0 | 7 | 410 | 52 | 127 |
| Binary | 11011011 | 11010000 | 11101100 | 111 | 1100 | 0 | 111 | 100001000 | 101010 | 1010111 |
Color Harmonies of #DBD0EC
Complementary color
Monochromatic Colors of #DBD0EC
Black with #DBD0EC
Text Example
Text Example
White with #DBD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD0EC; }
p { color: rgb(219,208,236); }
H1.HeaderClassName
{
color: #DBD0EC;
}
.AnyTagClassName
{
color: #DBD0EC;
}
</style>
background-color css
<style>
a { background-color: #DBD0EC; }
a { background-color: rgb(219,208,236); }
div.DivClassName
{
background-color: #DBD0EC;
}
.BgClassName
{
background-color: #DBD0EC;
}
</style>
border-color css
<style>
span { border-color: #DBD0EC; }
span { border-color: rgb(219,208,236); }
td.TdClassName
{
border-color: #DBD0EC;
}
.TagClassName
{
border-color: #DBD0EC;
}
</style>