#E0F1BF

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

Shades of Snow Flurry #E0F1BF

Tints of Snow Flurry #E0F1BF

Color information

#E0F1BF (or 0xE0F1BF) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and BF. RGB value is (224,241,191). Sum of RGB (Red+Green+Blue) = 224+241+191=656 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.15% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 191 (75% from 255 or 29.12% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BF is #1F0E40. Grayscale: #E6E6E6. Windows color (decimal): -2035265 or 12579296. OLE color: 12579296.

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

Color convert

RGB224241191-
CMYK0.0700.210.05
HSL80.4º64.1%84.71%-
HSV(B)80.4º20.75%94.51%-
XYZ71.682.5261.44-
YUV230.22105.87123.57-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.15%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 191 (75% from 255) = 29.12%
R=34.15%
G=36.74%
B=29.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411910.0700.210.0580.464.184.71
HexE0F1BF70155504055
Octal34036127770255120100125
Binary111000001111000110111111111010101101101000010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1BF; }

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

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

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

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

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

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

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

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