#E1DED5

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

Shades of Black Haze #E1DED5

Tints of Black Haze #E1DED5

Color information

#E1DED5 (or 0xE1DED5) is unknown color: approx Black Haze. HEX triplet: E1, DE and D5. RGB value is (225,222,213). Sum of RGB (Red+Green+Blue) = 225+222+213=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 222 (87.11% from 255 or 33.64% from 660); Blue value is 213 (83.59% from 255 or 32.27% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DED5 is #1E212A. Grayscale: #DDDDDD. Windows color (decimal): -1974571 or 14016225. OLE color: 14016225.

HSL color Cylindrical-coordinate representation of color #E1DED5: hue angle of 45º degrees, saturation: 0.17, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1DED5 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB225222213-
CMYK00.010.050.12
HSL45º16.67%85.88%-
HSV(B)45º5.33%88.24%-
XYZ69.1873.0573.41-
YUV221.87122.99130.23-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 222 (87.11% from 255) = 33.64%
BLUE value IS 213 (83.59% from 255) = 32.27%
R=34.09%
G=33.64%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522221300.010.050.124516.6785.88
HexE1DED5015C2d1156
Octal341336325015145521126
Binary111000011101111011010101011011100101101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DED5; }

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

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

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

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

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

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

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

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