#E2F7BA

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

Shades of Snow Flurry #E2F7BA

Tints of Snow Flurry #E2F7BA

Color information

#E2F7BA (or 0xE2F7BA) is unknown color: approx Snow Flurry. HEX triplet: E2, F7 and BA. RGB value is (226,247,186). Sum of RGB (Red+Green+Blue) = 226+247+186=659 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.29% from 659); Green value is 247 (96.88% from 255 or 37.48% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 247 - color contains mainly: green. Hex color #E2F7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F7BA is #1D0845. Grayscale: #E9E9E9. Windows color (decimal): -1902662 or 12253154. OLE color: 12253154.

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

Color convert

RGB226247186-
CMYK0.0900.250.03
HSL80.66º79.22%84.9%-
HSV(B)80.66º24.7%96.86%-
XYZ73.4986.2459.23-
YUV233.77101.04122.46-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.29%
GREEN value IS 247 (96.88% from 255) = 37.48%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=34.29%
G=37.48%
B=28.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2262471860.0900.250.0380.6679.2284.9
HexE2F7BA90193514f55
Octal342367272110313121117125
Binary111000101111011110111010100101100111101000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F7BA; }

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

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

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

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

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

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

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

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