Shades of Black Haze #E1DED7
Tints of Black Haze #E1DED7
RGB
CMYK
RGB Variations
Color information
#E1DED7 (or 0xE1DED7) is known color: Black Haze. HEX triplet: E1, DE and D7. RGB value is (225,222,215). Sum of RGB (Red+Green+Blue) = 225+222+215=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DED7 is #1E2128. Grayscale: #DEDEDE. Windows color (decimal): -1974569 or 14147297. OLE color: 14147297.
HSL color Cylindrical-coordinate representation of color #E1DED7: hue angle of 42º degrees, saturation: 0.14, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1DED7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 222 | 215 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.12 |
| HSL | 42º | 0.14% | 0.86% | - |
| HSV(B) | 42º | 0.04% | 0.88% | - |
| XYZ | 69.44 | 73.16 | 74.75 | - |
| YUV | 222.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 222 | 215 | 0 | 0.01 | 0.04 | 0.12 | 42 | 0.14 | 0.86 |
| Hex | E1 | DE | D7 | 0 | 1 | 4 | C | 2A | E | 56 |
| Octal | 341 | 336 | 327 | 0 | 1 | 4 | 14 | 52 | 16 | 126 |
| Binary | 11100001 | 11011110 | 11010111 | 0 | 1 | 100 | 1100 | 101010 | 1110 | 1010110 |
Color Harmonies of #E1DED7
Complementary color
Monochromatic Colors of #E1DED7
Black with #E1DED7
Text Example
Text Example
White with #E1DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1DED7; }
p { color: rgb(225,222,215); }
H1.HeaderClassName
{
color: #E1DED7;
}
.AnyTagClassName
{
color: #E1DED7;
}
</style>
background-color css
<style>
a { background-color: #E1DED7; }
a { background-color: rgb(225,222,215); }
div.DivClassName
{
background-color: #E1DED7;
}
.BgClassName
{
background-color: #E1DED7;
}
</style>
border-color css
<style>
span { border-color: #E1DED7; }
span { border-color: rgb(225,222,215); }
td.TdClassName
{
border-color: #E1DED7;
}
.TagClassName
{
border-color: #E1DED7;
}
</style>