#E1E1DD

Color #E1E1DD Snow Drift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snow Drift #E1E1DD

Tints of Snow Drift #E1E1DD

Color information

#E1E1DD (or 0xE1E1DD) is unknown color: approx Snow Drift. HEX triplet: E1, E1 and DD. RGB value is (225,225,221). Sum of RGB (Red+Green+Blue) = 225+225+221=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 225 - color contains mainly: red, green. Hex color #E1E1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E1DD is #1E1E22. Grayscale: #E0E0E0. Windows color (decimal): -1973795 or 14541281. OLE color: 14541281.

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

Color convert

RGB225225221-
CMYK000.020.12
HSL60º6.25%87.45%-
HSV(B)60º1.78%88.24%-
XYZ71.0375.0879.15-
YUV224.54126128.33-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.53%
GREEN value IS 225 (88.28% from 255) = 33.53%
BLUE value IS 221 (86.72% from 255) = 32.94%
R=33.53%
G=33.53%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal225225221000.020.12606.2587.45
HexE1E1DD002C3c657
Octal34134133500214746127
Binary111000011110000111011101001011001111001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E1DD; }

 p { color: rgb(225,225,221); }

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

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

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

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

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

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

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