Shades of Fog #DBCFE9
Tints of Fog #DBCFE9
RGB
CMYK
RGB Variations
Color information
#DBCFE9 (or 0xDBCFE9) is known color: Fog. HEX triplet: DB, CF and E9. RGB value is (219,207,233). Sum of RGB (Red+Green+Blue) = 219+207+233=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBCFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBCFE9 is #243016. Grayscale: #D5D5D5. Windows color (decimal): -2371607 or 15323099. OLE color: 15323099.
HSL color Cylindrical-coordinate representation of color #DBCFE9: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBCFE9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 207 | 233 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.09 |
| HSL | 267.69º | 0.37% | 0.86% | - |
| HSV(B) | 267.69º | 0.11% | 0.91% | - |
| XYZ | 66.23 | 65.57 | 86.26 | - |
| YUV | 213.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 233 | 0.06 | 0.11 | 0 | 0.09 | 267.69 | 0.37 | 0.86 |
| Hex | DB | CF | E9 | 6 | B | 0 | 9 | 10C | 25 | 56 |
| Octal | 333 | 317 | 351 | 6 | 13 | 0 | 11 | 414 | 45 | 126 |
| Binary | 11011011 | 11001111 | 11101001 | 110 | 1011 | 0 | 1001 | 100001100 | 100101 | 1010110 |
Color Harmonies of #DBCFE9
Complementary color
Monochromatic Colors of #DBCFE9
Black with #DBCFE9
Text Example
Text Example
White with #DBCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCFE9; }
p { color: rgb(219,207,233); }
H1.HeaderClassName
{
color: #DBCFE9;
}
.AnyTagClassName
{
color: #DBCFE9;
}
</style>
background-color css
<style>
a { background-color: #DBCFE9; }
a { background-color: rgb(219,207,233); }
div.DivClassName
{
background-color: #DBCFE9;
}
.BgClassName
{
background-color: #DBCFE9;
}
</style>
border-color css
<style>
span { border-color: #DBCFE9; }
span { border-color: rgb(219,207,233); }
td.TdClassName
{
border-color: #DBCFE9;
}
.TagClassName
{
border-color: #DBCFE9;
}
</style>