#E2FDBA

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

Shades of Snow Flurry #E2FDBA

Tints of Snow Flurry #E2FDBA

Color information

#E2FDBA (or 0xE2FDBA) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and BA. RGB value is (226,253,186). Sum of RGB (Red+Green+Blue) = 226+253+186=665 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.98% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBA is #1D0245. Grayscale: #EDEDED. Windows color (decimal): -1901126 or 12254690. OLE color: 12254690.

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

Color convert

RGB226253186-
CMYK0.1100.260.01
HSL84.18º94.37%86.08%-
HSV(B)84.18º26.48%99.22%-
XYZ75.3589.9659.85-
YUV237.2999.05119.95-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.98%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=33.98%
G=38.05%
B=27.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2262531860.1100.260.0184.1894.3786.08
HexE2FDBAB01A1545e56
Octal342375272130321124136126
Binary11100010111111011011101010110110101101010010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDBA; }

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

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

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

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

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

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

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

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