Shades of Fog #DFDAE8
Tints of Fog #DFDAE8
RGB
CMYK
RGB Variations
Color information
#DFDAE8 (or 0xDFDAE8) is known color: Fog. HEX triplet: DF, DA and E8. RGB value is (223,218,232). Sum of RGB (Red+Green+Blue) = 223+218+232=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE8 is #202517. Grayscale: #DDDDDD. Windows color (decimal): -2106648 or 15260383. OLE color: 15260383.
HSL color Cylindrical-coordinate representation of color #DFDAE8: hue angle of 261.43º degrees, saturation: 0.23, 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 #DFDAE8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 218 | 232 | - |
CMYK | 0.04 | 0.06 | 0 | 0.09 |
HSL | 261.43º | 0.23% | 0.88% | - |
HSV(B) | 261.43º | 0.06% | 0.91% | - |
XYZ | 70.07 | 71.66 | 86.48 | - |
YUV | 221.09 | 134.16 | 129.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 232 | 0.04 | 0.06 | 0 | 0.09 | 261.43 | 0.23 | 0.88 |
Hex | DF | DA | E8 | 4 | 6 | 0 | 9 | 105 | 17 | 58 |
Octal | 337 | 332 | 350 | 4 | 6 | 0 | 11 | 405 | 27 | 130 |
Binary | 11011111 | 11011010 | 11101000 | 100 | 110 | 0 | 1001 | 100000101 | 10111 | 1011000 |
Color Harmonies of #DFDAE8
Complementary color
Monochromatic Colors of #DFDAE8
Black with #DFDAE8
Text Example
Text Example
White with #DFDAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAE8; }
p { color: rgb(223,218,232); }
H1.HeaderClassName
{
color: #DFDAE8;
}
.AnyTagClassName
{
color: #DFDAE8;
}
</style>
background-color css
<style>
a { background-color: #DFDAE8; }
a { background-color: rgb(223,218,232); }
div.DivClassName
{
background-color: #DFDAE8;
}
.BgClassName
{
background-color: #DFDAE8;
}
</style>
border-color css
<style>
span { border-color: #DFDAE8; }
span { border-color: rgb(223,218,232); }
td.TdClassName
{
border-color: #DFDAE8;
}
.TagClassName
{
border-color: #DFDAE8;
}
</style>