#E2DFD5

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

Shades of Black Haze #E2DFD5

Tints of Black Haze #E2DFD5

Color information

#E2DFD5 (or 0xE2DFD5) is unknown color: approx Black Haze. HEX triplet: E2, DF and D5. RGB value is (226,223,213). Sum of RGB (Red+Green+Blue) = 226+223+213=662 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.14% from 662); Green value is 223 (87.5% from 255 or 33.69% from 662); Blue value is 213 (83.59% from 255 or 32.18% from 662); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DFD5 is #1D202A. Grayscale: #DEDEDE. Windows color (decimal): -1908779 or 14016482. OLE color: 14016482.

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

Color convert

RGB226223213-
CMYK00.010.060.11
HSL46.15º18.31%86.08%-
HSV(B)46.15º5.75%88.63%-
XYZ69.7673.7573.51-
YUV222.76122.49130.31-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.14%
GREEN value IS 223 (87.5% from 255) = 33.69%
BLUE value IS 213 (83.59% from 255) = 32.18%
R=34.14%
G=33.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622321300.010.060.1146.1518.3186.08
HexE2DFD5016B2e1256
Octal342337325016135622126
Binary111000101101111111010101011101011101110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DFD5; }

 p { color: rgb(226,223,213); }

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

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

 a { background-color: rgb(226,223,213); }

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

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

 span { border-color: rgb(226,223,213); }

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