#E0E0DB

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

Shades of Snow Drift #E0E0DB

Tints of Snow Drift #E0E0DB

Color information

#E0E0DB (or 0xE0E0DB) is unknown color: approx Snow Drift. HEX triplet: E0, E0 and DB. RGB value is (224,224,219). Sum of RGB (Red+Green+Blue) = 224+224+219=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 219 (85.94% from 255 or 32.83% from 667); Max value from RGB is 224 - color contains mainly: red, green. Hex color #E0E0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E0DB is #1F1F24. Grayscale: #DFDFDF. Windows color (decimal): -2039589 or 14409952. OLE color: 14409952.

HSL color Cylindrical-coordinate representation of color #E0E0DB: hue angle of 60º degrees, saturation: 0.07, 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 #E0E0DB is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB224224219-
CMYK000.020.12
HSL60º7.46%86.86%-
HSV(B)60º2.23%87.84%-
XYZ70.1874.2777.65-
YUV223.43125.5128.41-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 224 (87.89% from 255) = 33.58%
BLUE value IS 219 (85.94% from 255) = 32.83%
R=33.58%
G=33.58%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224224219000.020.12607.4686.86
HexE0E0DB002C3c757
Octal34034033300214747127
Binary111000001110000011011011001011001111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E0DB; }

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

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

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

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

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

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

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

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