#E1FFB2

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

Shades of Snow Flurry #E1FFB2

Tints of Snow Flurry #E1FFB2

Color information

#E1FFB2 (or 0xE1FFB2) is unknown color: approx Snow Flurry. HEX triplet: E1, FF and B2. RGB value is (225,255,178). Sum of RGB (Red+Green+Blue) = 225+255+178=658 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.19% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #E1FFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FFB2 is #1E004D. Grayscale: #EDEDED. Windows color (decimal): -1966158 or 11730913. OLE color: 11730913.

HSL color Cylindrical-coordinate representation of color #E1FFB2: hue angle of 83.38º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E1FFB2 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB225255178-
CMYK0.1200.300
HSL83.38º100%84.9%-
HSV(B)83.38º30.2%100%-
XYZ74.8590.7455.69-
YUV237.2594.56119.26-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.19%
GREEN value IS 255 (100% from 255) = 38.75%
BLUE value IS 178 (69.92% from 255) = 27.05%
R=34.19%
G=38.75%
B=27.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2252551780.1200.30083.3810084.9
HexE1FFB2C01E0536455
Octal341377262140360123144125
Binary11100001111111111011001011000111100101001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FFB2; }

 p { color: rgb(225,255,178); }

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

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

 a { background-color: rgb(225,255,178); }

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

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

 span { border-color: rgb(225,255,178); }

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