#E1E0DB

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

Shades of Black Haze #E1E0DB

Tints of Black Haze #E1E0DB

Color information

#E1E0DB (or 0xE1E0DB) is unknown color: approx Black Haze. HEX triplet: E1, E0 and DB. RGB value is (225,224,219). Sum of RGB (Red+Green+Blue) = 225+224+219=668 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.68% from 668); Green value is 224 (87.89% from 255 or 33.53% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0DB is #1E1F24. Grayscale: #DFDFDF. Windows color (decimal): -1974053 or 14409953. OLE color: 14409953.

HSL color Cylindrical-coordinate representation of color #E1E0DB: hue angle of 50º degrees, saturation: 0.09, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E1E0DB is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB225224219-
CMYK00.000.030.12
HSL50º9.09%87.06%-
HSV(B)50º2.67%88.24%-
XYZ70.4974.4377.67-
YUV223.73125.33128.91-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.68%
GREEN value IS 224 (87.89% from 255) = 33.53%
BLUE value IS 219 (85.94% from 255) = 32.78%
R=33.68%
G=33.53%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522421900.000.030.12509.0987.06
HexE1E0DB003C32957
Octal341340333003146211127
Binary1110000111100000110110110011110011001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0DB; }

 p { color: rgb(225,224,219); }

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

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

 a { background-color: rgb(225,224,219); }

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

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

 span { border-color: rgb(225,224,219); }

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