#E3F5BF

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

Shades of Snow Flurry #E3F5BF

Tints of Snow Flurry #E3F5BF

Color information

#E3F5BF (or 0xE3F5BF) is unknown color: approx Snow Flurry. HEX triplet: E3, F5 and BF. RGB value is (227,245,191). Sum of RGB (Red+Green+Blue) = 227+245+191=663 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.24% from 663); Green value is 245 (96.09% from 255 or 36.95% from 663); Blue value is 191 (75% from 255 or 28.81% from 663); Max value from RGB is 245 - color contains mainly: green. Hex color #E3F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3F5BF is #1C0A40. Grayscale: #E9E9E9. Windows color (decimal): -1837633 or 12580323. OLE color: 12580323.

HSL color Cylindrical-coordinate representation of color #E3F5BF: hue angle of 80º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E3F5BF is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB227245191-
CMYK0.0700.220.04
HSL80º72.97%85.49%-
HSV(B)80º22.04%96.08%-
XYZ73.7385.461.89-
YUV233.46104.04123.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.24%
GREEN value IS 245 (96.09% from 255) = 36.95%
BLUE value IS 191 (75% from 255) = 28.81%
R=34.24%
G=36.95%
B=28.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2272451910.0700.220.048072.9785.49
HexE3F5BF70164504955
Octal34336527770264120111125
Binary111000111111010110111111111010110100101000010010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3F5BF; }

 p { color: rgb(227,245,191); }

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

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

 a { background-color: rgb(227,245,191); }

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

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

 span { border-color: rgb(227,245,191); }

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