#E2E0D9

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

Shades of Black Haze #E2E0D9

Tints of Black Haze #E2E0D9

Color information

#E2E0D9 (or 0xE2E0D9) is unknown color: approx Black Haze. HEX triplet: E2, E0 and D9. RGB value is (226,224,217). Sum of RGB (Red+Green+Blue) = 226+224+217=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0D9 is #1D1F26. Grayscale: #DFDFDF. Windows color (decimal): -1908519 or 14278882. OLE color: 14278882.

HSL color Cylindrical-coordinate representation of color #E2E0D9: hue angle of 46.67º degrees, saturation: 0.13, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E2E0D9 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB226224217-
CMYK00.010.040.11
HSL46.67º13.43%86.86%-
HSV(B)46.67º3.98%88.63%-
XYZ70.5474.4976.31-
YUV223.8124.16129.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=33.88%
G=33.58%
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.11
SystemRedGreenBlueCMYKHSL
Decimal22622421700.010.040.1146.6713.4386.86
HexE2E0D9014B2fd57
Octal342340331014135715127
Binary11100010111000001101100101100101110111111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E0D9; }

 p { color: rgb(226,224,217); }

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

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

 a { background-color: rgb(226,224,217); }

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

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

 span { border-color: rgb(226,224,217); }

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