#E0F1BD

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

Shades of Snow Flurry #E0F1BD

Tints of Snow Flurry #E0F1BD

Color information

#E0F1BD (or 0xE0F1BD) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and BD. RGB value is (224,241,189). Sum of RGB (Red+Green+Blue) = 224+241+189=654 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.25% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BD is #1F0E42. Grayscale: #E6E6E6. Windows color (decimal): -2035267 or 12448224. OLE color: 12448224.

HSL color Cylindrical-coordinate representation of color #E0F1BD: hue angle of 79.62º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E0F1BD is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB224241189-
CMYK0.0700.220.05
HSL79.62º65%84.31%-
HSV(B)79.62º21.58%94.51%-
XYZ71.3882.4360.29-
YUV229.99104.87123.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.25%
GREEN value IS 241 (94.53% from 255) = 36.85%
BLUE value IS 189 (74.22% from 255) = 28.90%
R=34.25%
G=36.85%
B=28.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411890.0700.220.0579.626584.31
HexE0F1BD70165504154
Octal34036127570265120101124
Binary111000001111000110111101111010110101101000010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1BD; }

 p { color: rgb(224,241,189); }

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

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

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

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

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

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

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