#E2F8BF

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

Shades of Snow Flurry #E2F8BF

Tints of Snow Flurry #E2F8BF

Color information

#E2F8BF (or 0xE2F8BF) is unknown color: approx Snow Flurry. HEX triplet: E2, F8 and BF. RGB value is (226,248,191). Sum of RGB (Red+Green+Blue) = 226+248+191=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 191 (75% from 255 or 28.72% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F8BF is #1D0740. Grayscale: #EBEBEB. Windows color (decimal): -1902401 or 12581090. OLE color: 12581090.

HSL color Cylindrical-coordinate representation of color #E2F8BF: hue angle of 83.16º degrees, saturation: 0.8, 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 #E2F8BF is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB226248191-
CMYK0.0900.230.03
HSL83.16º80.28%86.08%-
HSV(B)83.16º22.98%97.25%-
XYZ74.3487.0762.18-
YUV234.92103.21121.63-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 248 (97.27% from 255) = 37.29%
BLUE value IS 191 (75% from 255) = 28.72%
R=33.98%
G=37.29%
B=28.72%

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
Decimal2262481910.0900.230.0383.1680.2886.08
HexE2F8BF90173535056
Octal342370277110273123120126
Binary111000101111100010111111100101011111101001110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F8BF; }

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

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

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

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

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

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

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

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