#E1DED7

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

Shades of Black Haze #E1DED7

Tints of Black Haze #E1DED7

Color information

#E1DED7 (or 0xE1DED7) is unknown color: approx Black Haze. HEX triplet: E1, DE and D7. RGB value is (225,222,215). Sum of RGB (Red+Green+Blue) = 225+222+215=662 (87% of max value = 765). Red value is 225 (88.28% from 255 or 33.99% from 662); Green value is 222 (87.11% from 255 or 33.53% from 662); Blue value is 215 (84.38% from 255 or 32.48% from 662); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DED7 is #1E2128. Grayscale: #DEDEDE. Windows color (decimal): -1974569 or 14147297. OLE color: 14147297.

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

Color convert

RGB225222215-
CMYK00.010.040.12
HSL42º14.29%86.27%-
HSV(B)42º4.44%88.24%-
XYZ69.4473.1674.75-
YUV222.1123.99130.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.99%
GREEN value IS 222 (87.11% from 255) = 33.53%
BLUE value IS 215 (84.38% from 255) = 32.48%
R=33.99%
G=33.53%
B=32.48%

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
Decimal22522221500.010.040.124214.2986.27
HexE1DED7014C2ae56
Octal341336327014145216126
Binary11100001110111101101011101100110010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DED7; }

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

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

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

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

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

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

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

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