#E0F5BF

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

Shades of Snow Flurry #E0F5BF

Tints of Snow Flurry #E0F5BF

Color information

#E0F5BF (or 0xE0F5BF) is unknown color: approx Snow Flurry. HEX triplet: E0, F5 and BF. RGB value is (224,245,191). Sum of RGB (Red+Green+Blue) = 224+245+191=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 245 (96.09% from 255 or 37.12% from 660); Blue value is 191 (75% from 255 or 28.94% from 660); Max value from RGB is 245 - color contains mainly: green. Hex color #E0F5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F5BF is #1F0A40. Grayscale: #E8E8E8. Windows color (decimal): -2034241 or 12580320. OLE color: 12580320.

HSL color Cylindrical-coordinate representation of color #E0F5BF: hue angle of 83.33º 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 #E0F5BF is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB224245191-
CMYK0.0900.220.04
HSL83.33º72.97%85.49%-
HSV(B)83.33º22.04%96.08%-
XYZ72.884.9161.84-
YUV232.56104.54121.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 245 (96.09% from 255) = 37.12%
BLUE value IS 191 (75% from 255) = 28.94%
R=33.94%
G=37.12%
B=28.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242451910.0900.220.0483.3372.9785.49
HexE0F5BF90164534955
Octal340365277110264123111125
Binary1110000011110101101111111001010110100101001110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F5BF; }

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

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

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

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

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

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

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

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