#E0F2BF

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

Shades of Snow Flurry #E0F2BF

Tints of Snow Flurry #E0F2BF

Color information

#E0F2BF (or 0xE0F2BF) is unknown color: approx Snow Flurry. HEX triplet: E0, F2 and BF. RGB value is (224,242,191). Sum of RGB (Red+Green+Blue) = 224+242+191=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 191 (75% from 255 or 29.07% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2BF is #1F0D40. Grayscale: #E6E6E6. Windows color (decimal): -2035009 or 12579552. OLE color: 12579552.

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

Color convert

RGB224242191-
CMYK0.0700.210.05
HSL81.18º66.23%84.9%-
HSV(B)81.18º21.07%94.9%-
XYZ71.983.1161.54-
YUV230.8105.54123.15-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 29.07%
R=34.09%
G=36.83%
B=29.07%

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
Decimal2242421910.0700.210.0581.1866.2384.9
HexE0F2BF70155514255
Octal34036227770255121102125
Binary111000001111001010111111111010101101101000110000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2BF; }

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

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

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

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

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

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

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

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