#E0FBB2

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

Shades of Snow Flurry #E0FBB2

Tints of Snow Flurry #E0FBB2

Color information

#E0FBB2 (or 0xE0FBB2) is unknown color: approx Snow Flurry. HEX triplet: E0, FB and B2. RGB value is (224,251,178). Sum of RGB (Red+Green+Blue) = 224+251+178=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 178 (69.92% from 255 or 27.26% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FBB2 is #1F044D. Grayscale: #EAEAEA. Windows color (decimal): -2032718 or 11729888. OLE color: 11729888.

HSL color Cylindrical-coordinate representation of color #E0FBB2: hue angle of 82.19º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #E0FBB2 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB224251178-
CMYK0.1100.290.02
HSL82.19º90.12%84.12%-
HSV(B)82.19º29.08%98.43%-
XYZ73.2788.0655.25-
YUV234.696.05120.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 251 (98.44% from 255) = 38.44%
BLUE value IS 178 (69.92% from 255) = 27.26%
R=34.30%
G=38.44%
B=27.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511780.1100.290.0282.1990.1284.12
HexE0FBB2B01D2525a54
Octal340373262130352122132124
Binary111000001111101110110010101101110110101001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBB2; }

 p { color: rgb(224,251,178); }

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

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

 a { background-color: rgb(224,251,178); }

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

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

 span { border-color: rgb(224,251,178); }

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