#E0F1BE

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

Shades of Snow Flurry #E0F1BE

Tints of Snow Flurry #E0F1BE

Color information

#E0F1BE (or 0xE0F1BE) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and BE. RGB value is (224,241,190). Sum of RGB (Red+Green+Blue) = 224+241+190=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BE is #1F0E41. Grayscale: #E6E6E6. Windows color (decimal): -2035266 or 12513760. OLE color: 12513760.

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

Color convert

RGB224241190-
CMYK0.0700.210.05
HSL80º64.56%84.51%-
HSV(B)80º21.16%94.51%-
XYZ71.4982.4860.87-
YUV230.1105.37123.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=34.20%
G=36.79%
B=29.01%

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
Decimal2242411900.0700.210.058064.5684.51
HexE0F1BE70155504155
Octal34036127670255120101125
Binary111000001111000110111110111010101101101000010000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1BE; }

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

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

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

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

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

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

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

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