#E0DED9

Color #E0DED9 Black Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Haze #E0DED9

Tints of Black Haze #E0DED9

Color information

#E0DED9 (or 0xE0DED9) is unknown color: approx 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

RGB224222217-
CMYK00.010.030.12
HSL42.86º10.14%86.47%-
HSV(B)42.86º3.12%87.84%-
XYZ69.3973.176.1-
YUV222.03125.16129.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 33.79%
GREEN value IS 222 (87.11% from 255) = 33.48%
BLUE value IS 217 (85.16% from 255) = 32.73%
R=33.79%
G=33.48%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422221700.010.030.1242.8610.1486.47
HexE0DED9013C2ba56
Octal340336331013145312126
Binary1110000011011110110110010111110010101110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>