#E0F8BA

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

Shades of Snow Flurry #E0F8BA

Tints of Snow Flurry #E0F8BA

Color information

#E0F8BA (or 0xE0F8BA) is unknown color: approx Snow Flurry. HEX triplet: E0, F8 and BA. RGB value is (224,248,186). Sum of RGB (Red+Green+Blue) = 224+248+186=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 248 (97.27% from 255 or 37.69% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F8BA is #1F0745. Grayscale: #E9E9E9. Windows color (decimal): -2033478 or 12253408. OLE color: 12253408.

HSL color Cylindrical-coordinate representation of color #E0F8BA: hue angle of 83.23º degrees, saturation: 0.82, 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 #E0F8BA is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB224248186-
CMYK0.1000.250.03
HSL83.23º81.58%85.1%-
HSV(B)83.23º25%97.25%-
XYZ73.1786.5359.3-
YUV233.76101.05121.04-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 248 (97.27% from 255) = 37.69%
BLUE value IS 186 (73.05% from 255) = 28.27%
R=34.04%
G=37.69%
B=28.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242481860.1000.250.0383.2381.5885.1
HexE0F8BAA0193535255
Octal340370272120313123122125
Binary111000001111100010111010101001100111101001110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F8BA; }

 p { color: rgb(224,248,186); }

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

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

 a { background-color: rgb(224,248,186); }

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

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

 span { border-color: rgb(224,248,186); }

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