#E0F1B6

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

Shades of Snow Flurry #E0F1B6

Tints of Snow Flurry #E0F1B6

Color information

#E0F1B6 (or 0xE0F1B6) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and B6. RGB value is (224,241,182). Sum of RGB (Red+Green+Blue) = 224+241+182=647 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.62% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1B6 is #1F0E49. Grayscale: #E5E5E5. Windows color (decimal): -2035274 or 11989472. OLE color: 11989472.

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

Color convert

RGB224241182-
CMYK0.0700.240.05
HSL77.29º67.82%82.94%-
HSV(B)77.29º24.48%94.51%-
XYZ70.6482.1456.39-
YUV229.19101.37124.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.62%
GREEN value IS 241 (94.53% from 255) = 37.25%
BLUE value IS 182 (71.48% from 255) = 28.13%
R=34.62%
G=37.25%
B=28.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411820.0700.240.0577.2967.8282.94
HexE0F1B6701854d4453
Octal34036126670305115104123
Binary111000001111000110110110111011000101100110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1B6; }

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

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

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

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

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

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

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

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