Shades of Black Haze #E2DFD5
Tints of Black Haze #E2DFD5
RGB
CMYK
RGB Variations
Color information
#E2DFD5 (or 0xE2DFD5) is known color: Black Haze. HEX triplet: E2, DF and D5. RGB value is (226,223,213). Sum of RGB (Red+Green+Blue) = 226+223+213=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFD5 is #1D202A. Grayscale: #DEDEDE. Windows color (decimal): -1908779 or 14016482. OLE color: 14016482.
HSL color Cylindrical-coordinate representation of color #E2DFD5: hue angle of 46.15º degrees, saturation: 0.18, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E2DFD5 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 213 | - |
CMYK | 0 | 0.01 | 0.06 | 0.11 |
HSL | 46.15º | 0.18% | 0.86% | - |
HSV(B) | 46.15º | 0.06% | 0.89% | - |
XYZ | 69.76 | 73.75 | 73.51 | - |
YUV | 222.76 | 122.49 | 130.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 213 | 0 | 0.01 | 0.06 | 0.11 | 46.15 | 0.18 | 0.86 |
Hex | E2 | DF | D5 | 0 | 1 | 6 | B | 2E | 12 | 56 |
Octal | 342 | 337 | 325 | 0 | 1 | 6 | 13 | 56 | 22 | 126 |
Binary | 11100010 | 11011111 | 11010101 | 0 | 1 | 110 | 1011 | 101110 | 10010 | 1010110 |
Color Harmonies of #E2DFD5
Complementary color
Monochromatic Colors of #E2DFD5
Black with #E2DFD5
Text Example
Text Example
White with #E2DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFD5; }
p { color: rgb(226,223,213); }
H1.HeaderClassName
{
color: #E2DFD5;
}
.AnyTagClassName
{
color: #E2DFD5;
}
</style>
background-color css
<style>
a { background-color: #E2DFD5; }
a { background-color: rgb(226,223,213); }
div.DivClassName
{
background-color: #E2DFD5;
}
.BgClassName
{
background-color: #E2DFD5;
}
</style>
border-color css
<style>
span { border-color: #E2DFD5; }
span { border-color: rgb(226,223,213); }
td.TdClassName
{
border-color: #E2DFD5;
}
.TagClassName
{
border-color: #E2DFD5;
}
</style>