Shades of Fog #DFDBE9
Tints of Fog #DFDBE9
RGB
CMYK
RGB Variations
Color information
#DFDBE9 (or 0xDFDBE9) is known color: Fog. HEX triplet: DF, DB and E9. RGB value is (223,219,233). Sum of RGB (Red+Green+Blue) = 223+219+233=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE9 is #202416. Grayscale: #DDDDDD. Windows color (decimal): -2106391 or 15326175. OLE color: 15326175.
HSL color Cylindrical-coordinate representation of color #DFDBE9: hue angle of 257.14º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDBE9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 219 | 233 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 257.14º | 0.24% | 0.89% | - |
HSV(B) | 257.14º | 0.06% | 0.91% | - |
XYZ | 70.47 | 72.23 | 87.32 | - |
YUV | 221.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 219 | 233 | 0.04 | 0.06 | 0 | 0.09 | 257.14 | 0.24 | 0.89 |
Hex | DF | DB | E9 | 4 | 6 | 0 | 9 | 101 | 18 | 59 |
Octal | 337 | 333 | 351 | 4 | 6 | 0 | 11 | 401 | 30 | 131 |
Binary | 11011111 | 11011011 | 11101001 | 100 | 110 | 0 | 1001 | 100000001 | 11000 | 1011001 |
Color Harmonies of #DFDBE9
Complementary color
Monochromatic Colors of #DFDBE9
Black with #DFDBE9
Text Example
Text Example
White with #DFDBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDBE9; }
p { color: rgb(223,219,233); }
H1.HeaderClassName
{
color: #DFDBE9;
}
.AnyTagClassName
{
color: #DFDBE9;
}
</style>
background-color css
<style>
a { background-color: #DFDBE9; }
a { background-color: rgb(223,219,233); }
div.DivClassName
{
background-color: #DFDBE9;
}
.BgClassName
{
background-color: #DFDBE9;
}
</style>
border-color css
<style>
span { border-color: #DFDBE9; }
span { border-color: rgb(223,219,233); }
td.TdClassName
{
border-color: #DFDBE9;
}
.TagClassName
{
border-color: #DFDBE9;
}
</style>