#E0E0DA

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

Shades of Snow Drift #E0E0DA

Tints of Snow Drift #E0E0DA

Color information

#E0E0DA (or 0xE0E0DA) is unknown color: approx Snow Drift. HEX triplet: E0, E0 and DA. RGB value is (224,224,218). Sum of RGB (Red+Green+Blue) = 224+224+218=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0DA is #1F1F25. Grayscale: #DFDFDF. Windows color (decimal): -2039590 or 14344416. OLE color: 14344416.

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

Color convert

RGB224224218-
CMYK000.030.12
HSL60º8.82%86.67%-
HSV(B)60º2.68%87.84%-
XYZ70.0574.2276.96-
YUV223.32125128.49-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 224 (87.89% from 255) = 33.63%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=33.63%
G=33.63%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224218000.030.12608.8286.67
HexE0E0DA003C3c957
Octal340340332003147411127
Binary1110000011100000110110100011110011110010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E0DA; }

 p { color: rgb(224,224,218); }

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

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

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

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

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

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

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