Shades of Black Haze #E0DED9
Tints of Black Haze #E0DED9
RGB
CMYK
RGB Variations
Color information
#E0DED9 (or 0xE0DED9) is known color: Black Haze. HEX triplet: E0, DE and D9. RGB value is (224,222,217). Sum of RGB (Red+Green+Blue) = 224+222+217=663 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.79% from 663); Green value is 222 (87.11% from 255 or 33.48% from 663); Blue value is 217 (85.16% from 255 or 32.73% from 663); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DED9 is #1F2126. Grayscale: #DEDEDE. Windows color (decimal): -2040103 or 14278368. OLE color: 14278368.
HSL color Cylindrical-coordinate representation of color #E0DED9: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E0DED9 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 217 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.12 |
| HSL | 42.86º | 0.1% | 0.86% | - |
| HSV(B) | 42.86º | 0.03% | 0.88% | - |
| XYZ | 69.39 | 73.1 | 76.1 | - |
| YUV | 222.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 217 | 0 | 0.01 | 0.03 | 0.12 | 42.86 | 0.1 | 0.86 |
| Hex | E0 | DE | D9 | 0 | 1 | 3 | C | 2B | A | 56 |
| Octal | 340 | 336 | 331 | 0 | 1 | 3 | 14 | 53 | 12 | 126 |
| Binary | 11100000 | 11011110 | 11011001 | 0 | 1 | 11 | 1100 | 101011 | 1010 | 1010110 |
Color Harmonies of #E0DED9
Complementary color
Monochromatic Colors of #E0DED9
Black with #E0DED9
Text Example
Text Example
White with #E0DED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DED9; }
p { color: rgb(224,222,217); }
H1.HeaderClassName
{
color: #E0DED9;
}
.AnyTagClassName
{
color: #E0DED9;
}
</style>
background-color css
<style>
a { background-color: #E0DED9; }
a { background-color: rgb(224,222,217); }
div.DivClassName
{
background-color: #E0DED9;
}
.BgClassName
{
background-color: #E0DED9;
}
</style>
border-color css
<style>
span { border-color: #E0DED9; }
span { border-color: rgb(224,222,217); }
td.TdClassName
{
border-color: #E0DED9;
}
.TagClassName
{
border-color: #E0DED9;
}
</style>