Shades of Fog #DFDDE4
Tints of Fog #DFDDE4
RGB
CMYK
RGB Variations
Color information
#DFDDE4 (or 0xDFDDE4) is known color: Fog. HEX triplet: DF, DD and E4. RGB value is (223,221,228). Sum of RGB (Red+Green+Blue) = 223+221+228=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFDDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE4 is #20221B. Grayscale: #DEDEDE. Windows color (decimal): -2105884 or 14999007. OLE color: 14999007.
HSL color Cylindrical-coordinate representation of color #DFDDE4: hue angle of 257.14º degrees, saturation: 0.11, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFDDE4 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 221 | 228 | - |
CMYK | 0.02 | 0.03 | 0 | 0.11 |
HSL | 257.14º | 0.11% | 0.88% | - |
HSV(B) | 257.14º | 0.03% | 0.89% | - |
XYZ | 70.29 | 73 | 83.78 | - |
YUV | 222.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 228 | 0.02 | 0.03 | 0 | 0.11 | 257.14 | 0.11 | 0.88 |
Hex | DF | DD | E4 | 2 | 3 | 0 | B | 101 | B | 58 |
Octal | 337 | 335 | 344 | 2 | 3 | 0 | 13 | 401 | 13 | 130 |
Binary | 11011111 | 11011101 | 11100100 | 10 | 11 | 0 | 1011 | 100000001 | 1011 | 1011000 |
Color Harmonies of #DFDDE4
Complementary color
Monochromatic Colors of #DFDDE4
Black with #DFDDE4
Text Example
Text Example
White with #DFDDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE4; }
p { color: rgb(223,221,228); }
H1.HeaderClassName
{
color: #DFDDE4;
}
.AnyTagClassName
{
color: #DFDDE4;
}
</style>
background-color css
<style>
a { background-color: #DFDDE4; }
a { background-color: rgb(223,221,228); }
div.DivClassName
{
background-color: #DFDDE4;
}
.BgClassName
{
background-color: #DFDDE4;
}
</style>
border-color css
<style>
span { border-color: #DFDDE4; }
span { border-color: rgb(223,221,228); }
td.TdClassName
{
border-color: #DFDDE4;
}
.TagClassName
{
border-color: #DFDDE4;
}
</style>