#E2FDBF

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

Shades of Snow Flurry #E2FDBF

Tints of Snow Flurry #E2FDBF

Color information

#E2FDBF (or 0xE2FDBF) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and BF. RGB value is (226,253,191). Sum of RGB (Red+Green+Blue) = 226+253+191=670 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.73% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 191 (75% from 255 or 28.51% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBF is #1D0240. Grayscale: #EEEEEE. Windows color (decimal): -1901121 or 12582370. OLE color: 12582370.

HSL color Cylindrical-coordinate representation of color #E2FDBF: hue angle of 86.13º 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 #E2FDBF is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB226253191-
CMYK0.1100.250.01
HSL86.13º93.94%87.06%-
HSV(B)86.13º24.51%99.22%-
XYZ75.8990.1862.7-
YUV237.86101.55119.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.73%
GREEN value IS 253 (99.22% from 255) = 37.76%
BLUE value IS 191 (75% from 255) = 28.51%
R=33.73%
G=37.76%
B=28.51%

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
Decimal2262531910.1100.250.0186.1393.9487.06
HexE2FDBFB0191565e57
Octal342375277130311126136127
Binary11100010111111011011111110110110011101011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDBF; }

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

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

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

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

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

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

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

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