Shades of Fog #DFDAE7
Tints of Fog #DFDAE7
RGB
CMYK
RGB Variations
Color information
#DFDAE7 (or 0xDFDAE7) is known color: Fog. HEX triplet: DF, DA and E7. RGB value is (223,218,231). Sum of RGB (Red+Green+Blue) = 223+218+231=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE7 is #202518. Grayscale: #DCDCDC. Windows color (decimal): -2106649 or 15194847. OLE color: 15194847.
HSL color Cylindrical-coordinate representation of color #DFDAE7: hue angle of 263.08º degrees, saturation: 0.21, 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 #DFDAE7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 218 | 231 | - |
CMYK | 0.03 | 0.06 | 0 | 0.09 |
HSL | 263.08º | 0.21% | 0.88% | - |
HSV(B) | 263.08º | 0.06% | 0.91% | - |
XYZ | 69.93 | 71.6 | 85.74 | - |
YUV | 220.98 | 133.66 | 129.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 218 | 231 | 0.03 | 0.06 | 0 | 0.09 | 263.08 | 0.21 | 0.88 |
Hex | DF | DA | E7 | 3 | 6 | 0 | 9 | 107 | 15 | 58 |
Octal | 337 | 332 | 347 | 3 | 6 | 0 | 11 | 407 | 25 | 130 |
Binary | 11011111 | 11011010 | 11100111 | 11 | 110 | 0 | 1001 | 100000111 | 10101 | 1011000 |
Color Harmonies of #DFDAE7
Complementary color
Monochromatic Colors of #DFDAE7
Black with #DFDAE7
Text Example
Text Example
White with #DFDAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDAE7; }
p { color: rgb(223,218,231); }
H1.HeaderClassName
{
color: #DFDAE7;
}
.AnyTagClassName
{
color: #DFDAE7;
}
</style>
background-color css
<style>
a { background-color: #DFDAE7; }
a { background-color: rgb(223,218,231); }
div.DivClassName
{
background-color: #DFDAE7;
}
.BgClassName
{
background-color: #DFDAE7;
}
</style>
border-color css
<style>
span { border-color: #DFDAE7; }
span { border-color: rgb(223,218,231); }
td.TdClassName
{
border-color: #DFDAE7;
}
.TagClassName
{
border-color: #DFDAE7;
}
</style>