#E0DED7

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

Shades of Black Haze #E0DED7

Tints of Black Haze #E0DED7

Color information

#E0DED7 (or 0xE0DED7) is unknown color: approx Black Haze. HEX triplet: E0, DE and D7. RGB value is (224,222,215). Sum of RGB (Red+Green+Blue) = 224+222+215=661 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.89% from 661); Green value is 222 (87.11% from 255 or 33.59% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DED7 is #1F2128. Grayscale: #DDDDDD. Windows color (decimal): -2040105 or 14147296. OLE color: 14147296.

HSL color Cylindrical-coordinate representation of color #E0DED7: hue angle of 46.67º degrees, saturation: 0.13, 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 #E0DED7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224222215-
CMYK00.010.040.12
HSL46.67º12.68%86.08%-
HSV(B)46.67º4.02%87.84%-
XYZ69.137374.74-
YUV221.8124.16129.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.89%
GREEN value IS 222 (87.11% from 255) = 33.59%
BLUE value IS 215 (84.38% from 255) = 32.53%
R=33.89%
G=33.59%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422221500.010.040.1246.6712.6886.08
HexE0DED7014C2fd56
Octal340336327014145715126
Binary11100000110111101101011101100110010111111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DED7; }

 p { color: rgb(224,222,215); }

 H1.HeaderClassName
 {
   color: #E0DED7;
 }
 .AnyTagClassName
 {
   color: #E0DED7;
 }
</style>
background-color css

<style>
 a { background-color: #E0DED7; }

 a { background-color: rgb(224,222,215); }

 div.DivClassName
 {
   background-color: #E0DED7;
 }
 .BgClassName
 {
   background-color: #E0DED7;
 }
</style>
border-color css

<style>
 span { border-color: #E0DED7; }

 span { border-color: rgb(224,222,215); }

 td.TdClassName
 {
   border-color: #E0DED7;
 }
 .TagClassName
 {
   border-color: #E0DED7;
 }
</style>