#E1FDBF

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

Shades of Snow Flurry #E1FDBF

Tints of Snow Flurry #E1FDBF

Color information

#E1FDBF (or 0xE1FDBF) is unknown color: approx Snow Flurry. HEX triplet: E1, FD and BF. RGB value is (225,253,191). Sum of RGB (Red+Green+Blue) = 225+253+191=669 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.63% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 191 (75% from 255 or 28.55% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDBF is #1E0240. Grayscale: #EDEDED. Windows color (decimal): -1966657 or 12582369. OLE color: 12582369.

HSL color Cylindrical-coordinate representation of color #E1FDBF: hue angle of 87.1º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1FDBF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB225253191-
CMYK0.1100.250.01
HSL87.1º93.94%87.06%-
HSV(B)87.1º24.51%99.22%-
XYZ75.5890.0262.68-
YUV237.56101.72119.04-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.63%
GREEN value IS 253 (99.22% from 255) = 37.82%
BLUE value IS 191 (75% from 255) = 28.55%
R=33.63%
G=37.82%
B=28.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531910.1100.250.0187.193.9487.06
HexE1FDBFB0191575e57
Octal341375277130311127136127
Binary11100001111111011011111110110110011101011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDBF; }

 p { color: rgb(225,253,191); }

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

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

 a { background-color: rgb(225,253,191); }

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

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

 span { border-color: rgb(225,253,191); }

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