Shades of Fog #DFDAE9
Tints of Fog #DFDAE9
RGB
CMYK
RGB Variations
Color information
#DFDAE9 (or 0xDFDAE9) is known color: Fog. HEX triplet: DF, DA and E9. RGB value is (223,218,233). Sum of RGB (Red+Green+Blue) = 223+218+233=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE9 is #202516. Grayscale: #DDDDDD. Windows color (decimal): -2106647 or 15325919. OLE color: 15325919.
HSL color Cylindrical-coordinate representation of color #DFDAE9: hue angle of 260º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDAE9 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 218 | 233 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 260º | 0.25% | 0.88% | - |
HSV(B) | 260º | 0.06% | 0.91% | - |
XYZ | 70.21 | 71.71 | 87.23 | - |
YUV | 221.21 | 134.66 | 129.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 233 | 0.04 | 0.06 | 0 | 0.09 | 260 | 0.25 | 0.88 |
Hex | DF | DA | E9 | 4 | 6 | 0 | 9 | 104 | 19 | 58 |
Octal | 337 | 332 | 351 | 4 | 6 | 0 | 11 | 404 | 31 | 130 |
Binary | 11011111 | 11011010 | 11101001 | 100 | 110 | 0 | 1001 | 100000100 | 11001 | 1011000 |
Color Harmonies of #DFDAE9
Complementary color
Monochromatic Colors of #DFDAE9
Black with #DFDAE9
Text Example
Text Example
White with #DFDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAE9; }
p { color: rgb(223,218,233); }
H1.HeaderClassName
{
color: #DFDAE9;
}
.AnyTagClassName
{
color: #DFDAE9;
}
</style>
background-color css
<style>
a { background-color: #DFDAE9; }
a { background-color: rgb(223,218,233); }
div.DivClassName
{
background-color: #DFDAE9;
}
.BgClassName
{
background-color: #DFDAE9;
}
</style>
border-color css
<style>
span { border-color: #DFDAE9; }
span { border-color: rgb(223,218,233); }
td.TdClassName
{
border-color: #DFDAE9;
}
.TagClassName
{
border-color: #DFDAE9;
}
</style>