#E2F7BF

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

Shades of Snow Flurry #E2F7BF

Tints of Snow Flurry #E2F7BF

Color information

#E2F7BF (or 0xE2F7BF) is unknown color: approx Snow Flurry. HEX triplet: E2, F7 and BF. RGB value is (226,247,191). Sum of RGB (Red+Green+Blue) = 226+247+191=664 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.04% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 191 (75% from 255 or 28.77% from 664); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F7BF is #1D0840. Grayscale: #EAEAEA. Windows color (decimal): -1902657 or 12580834. OLE color: 12580834.

HSL color Cylindrical-coordinate representation of color #E2F7BF: hue angle of 82.5º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2F7BF is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB226247191-
CMYK0.0900.230.03
HSL82.5º77.78%85.88%-
HSV(B)82.5º22.67%96.86%-
XYZ74.0386.4562.08-
YUV234.34103.54122.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.04%
GREEN value IS 247 (96.88% from 255) = 37.20%
BLUE value IS 191 (75% from 255) = 28.77%
R=34.04%
G=37.20%
B=28.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262471910.0900.230.0382.577.7885.88
HexE2F7BF90173524e56
Octal342367277110273122116126
Binary111000101111011110111111100101011111101001010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F7BF; }

 p { color: rgb(226,247,191); }

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

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

 a { background-color: rgb(226,247,191); }

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

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

 span { border-color: rgb(226,247,191); }

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