Shades of Black Haze #E1E0DB
Tints of Black Haze #E1E0DB
RGB
CMYK
RGB Variations
Color information
#E1E0DB (or 0xE1E0DB) is known color: Black Haze. HEX triplet: E1, E0 and DB. RGB value is (225,224,219). Sum of RGB (Red+Green+Blue) = 225+224+219=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DB is #1E1F24. Grayscale: #DFDFDF. Windows color (decimal): -1974053 or 14409953. OLE color: 14409953.
HSL color Cylindrical-coordinate representation of color #E1E0DB: hue angle of 50º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E0DB is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 224 | 219 | - |
| CMYK | 0 | 0.00 | 0.03 | 0.12 |
| HSL | 50º | 0.09% | 0.87% | - |
| HSV(B) | 50º | 0.03% | 0.88% | - |
| XYZ | 70.49 | 74.43 | 77.67 | - |
| YUV | 223.73 | 125.33 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 224 | 219 | 0 | 0.00 | 0.03 | 0.12 | 50 | 0.09 | 0.87 |
| Hex | E1 | E0 | DB | 0 | 0 | 3 | C | 32 | 9 | 57 |
| Octal | 341 | 340 | 333 | 0 | 0 | 3 | 14 | 62 | 11 | 127 |
| Binary | 11100001 | 11100000 | 11011011 | 0 | 0 | 11 | 1100 | 110010 | 1001 | 1010111 |
Color Harmonies of #E1E0DB
Complementary color
Monochromatic Colors of #E1E0DB
Black with #E1E0DB
Text Example
Text Example
White with #E1E0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E0DB; }
p { color: rgb(225,224,219); }
H1.HeaderClassName
{
color: #E1E0DB;
}
.AnyTagClassName
{
color: #E1E0DB;
}
</style>
background-color css
<style>
a { background-color: #E1E0DB; }
a { background-color: rgb(225,224,219); }
div.DivClassName
{
background-color: #E1E0DB;
}
.BgClassName
{
background-color: #E1E0DB;
}
</style>
border-color css
<style>
span { border-color: #E1E0DB; }
span { border-color: rgb(225,224,219); }
td.TdClassName
{
border-color: #E1E0DB;
}
.TagClassName
{
border-color: #E1E0DB;
}
</style>