Shades of Black Haze #E2DFD6
Tints of Black Haze #E2DFD6
RGB
CMYK
RGB Variations
Color information
#E2DFD6 (or 0xE2DFD6) is known color: Black Haze. HEX triplet: E2, DF and D6. RGB value is (226,223,214). Sum of RGB (Red+Green+Blue) = 226+223+214=663 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.09% from 663); Green value is 223 (87.5% from 255 or 33.63% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFD6 is #1D2029. Grayscale: #DEDEDE. Windows color (decimal): -1908778 or 14082018. OLE color: 14082018.
HSL color Cylindrical-coordinate representation of color #E2DFD6: hue angle of 45º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E2DFD6 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 223 | 214 | - |
CMYK | 0 | 0.01 | 0.05 | 0.11 |
HSL | 45º | 0.17% | 0.86% | - |
HSV(B) | 45º | 0.05% | 0.89% | - |
XYZ | 69.89 | 73.8 | 74.18 | - |
YUV | 222.87 | 122.99 | 130.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 223 | 214 | 0 | 0.01 | 0.05 | 0.11 | 45 | 0.17 | 0.86 |
Hex | E2 | DF | D6 | 0 | 1 | 5 | B | 2D | 11 | 56 |
Octal | 342 | 337 | 326 | 0 | 1 | 5 | 13 | 55 | 21 | 126 |
Binary | 11100010 | 11011111 | 11010110 | 0 | 1 | 101 | 1011 | 101101 | 10001 | 1010110 |
Color Harmonies of #E2DFD6
Complementary color
Monochromatic Colors of #E2DFD6
Black with #E2DFD6
Text Example
Text Example
White with #E2DFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFD6; }
p { color: rgb(226,223,214); }
H1.HeaderClassName
{
color: #E2DFD6;
}
.AnyTagClassName
{
color: #E2DFD6;
}
</style>
background-color css
<style>
a { background-color: #E2DFD6; }
a { background-color: rgb(226,223,214); }
div.DivClassName
{
background-color: #E2DFD6;
}
.BgClassName
{
background-color: #E2DFD6;
}
</style>
border-color css
<style>
span { border-color: #E2DFD6; }
span { border-color: rgb(226,223,214); }
td.TdClassName
{
border-color: #E2DFD6;
}
.TagClassName
{
border-color: #E2DFD6;
}
</style>