#E0E1D2

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

Shades of Snow Drift #E0E1D2

Tints of Snow Drift #E0E1D2

Color information

#E0E1D2 (or 0xE0E1D2) is unknown color: approx Snow Drift. HEX triplet: E0, E1 and D2. RGB value is (224,225,210). Sum of RGB (Red+Green+Blue) = 224+225+210=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 210 (82.42% from 255 or 31.87% from 659); Max value from RGB is 225 - color contains mainly: green. Hex color #E0E1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E1D2 is #1F1E2D. Grayscale: #DFDFDF. Windows color (decimal): -2039342 or 13820384. OLE color: 13820384.

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

Color convert

RGB224225210-
CMYK0.0000.070.12
HSL64º20%85.29%-
HSV(B)64º6.67%88.24%-
XYZ69.374.3571.67-
YUV222.99120.67128.72-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 210 (82.42% from 255) = 31.87%
R=33.99%
G=34.14%
B=31.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2242252100.0000.070.12642085.29
HexE0E1D2007C401455
Octal3403413220071410024125
Binary1110000011100001110100100011111001000000101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E1D2; }

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

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

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

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

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

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

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

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