Shades of Fog #DFDDE3
Tints of Fog #DFDDE3
RGB
CMYK
RGB Variations
Color information
#DFDDE3 (or 0xDFDDE3) is known color: Fog. HEX triplet: DF, DD and E3. RGB value is (223,221,227). Sum of RGB (Red+Green+Blue) = 223+221+227=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 227 (89.06% from 255 or 33.83% from 671); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFDDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDE3 is #20221C. Grayscale: #DEDEDE. Windows color (decimal): -2105885 or 14933471. OLE color: 14933471.
HSL color Cylindrical-coordinate representation of color #DFDDE3: hue angle of 260º degrees, saturation: 0.1, 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 #DFDDE3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 221 | 227 | - |
CMYK | 0.02 | 0.03 | 0 | 0.11 |
HSL | 260º | 0.1% | 0.88% | - |
HSV(B) | 260º | 0.03% | 0.89% | - |
XYZ | 70.15 | 72.95 | 83.06 | - |
YUV | 222.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 221 | 227 | 0.02 | 0.03 | 0 | 0.11 | 260 | 0.1 | 0.88 |
Hex | DF | DD | E3 | 2 | 3 | 0 | B | 104 | A | 58 |
Octal | 337 | 335 | 343 | 2 | 3 | 0 | 13 | 404 | 12 | 130 |
Binary | 11011111 | 11011101 | 11100011 | 10 | 11 | 0 | 1011 | 100000100 | 1010 | 1011000 |
Color Harmonies of #DFDDE3
Complementary color
Monochromatic Colors of #DFDDE3
Black with #DFDDE3
Text Example
Text Example
White with #DFDDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDE3; }
p { color: rgb(223,221,227); }
H1.HeaderClassName
{
color: #DFDDE3;
}
.AnyTagClassName
{
color: #DFDDE3;
}
</style>
background-color css
<style>
a { background-color: #DFDDE3; }
a { background-color: rgb(223,221,227); }
div.DivClassName
{
background-color: #DFDDE3;
}
.BgClassName
{
background-color: #DFDDE3;
}
</style>
border-color css
<style>
span { border-color: #DFDDE3; }
span { border-color: rgb(223,221,227); }
td.TdClassName
{
border-color: #DFDDE3;
}
.TagClassName
{
border-color: #DFDDE3;
}
</style>