#E2FDBB

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

Shades of Snow Flurry #E2FDBB

Tints of Snow Flurry #E2FDBB

Color information

#E2FDBB (or 0xE2FDBB) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and BB. RGB value is (226,253,187). Sum of RGB (Red+Green+Blue) = 226+253+187=666 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.93% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBB is #1D0244. Grayscale: #EDEDED. Windows color (decimal): -1901125 or 12320226. OLE color: 12320226.

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

Color convert

RGB226253187-
CMYK0.1100.260.01
HSL84.55º94.29%86.27%-
HSV(B)84.55º26.09%99.22%-
XYZ75.4690.0160.41-
YUV237.499.55119.87-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.93%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 187 (73.44% from 255) = 28.08%
R=33.93%
G=37.99%
B=28.08%

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
Decimal2262531870.1100.260.0184.5594.2986.27
HexE2FDBBB01A1555e56
Octal342375273130321125136126
Binary11100010111111011011101110110110101101010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDBB; }

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

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

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

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

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

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

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

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