#E1DFD4

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

Shades of Black Haze #E1DFD4

Tints of Black Haze #E1DFD4

Color information

#E1DFD4 (or 0xE1DFD4) is unknown color: approx Black Haze. HEX triplet: E1, DF and D4. RGB value is (225,223,212). Sum of RGB (Red+Green+Blue) = 225+223+212=660 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.09% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 212 (83.20% from 255 or 32.12% from 660); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1DFD4 is #1E202B. Grayscale: #DEDEDE. Windows color (decimal): -1974316 or 13950945. OLE color: 13950945.

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

Color convert

RGB225223212-
CMYK00.010.060.12
HSL50.77º17.81%85.69%-
HSV(B)50.77º5.78%88.24%-
XYZ69.3273.5472.83-
YUV222.34122.16129.89-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.09%
GREEN value IS 223 (87.5% from 255) = 33.79%
BLUE value IS 212 (83.20% from 255) = 32.12%
R=34.09%
G=33.79%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522321200.010.060.1250.7717.8185.69
HexE1DFD4016C331256
Octal341337324016146322126
Binary111000011101111111010100011101100110011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DFD4; }

 p { color: rgb(225,223,212); }

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

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

 a { background-color: rgb(225,223,212); }

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

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

 span { border-color: rgb(225,223,212); }

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