#E2FDBC

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

Shades of Snow Flurry #E2FDBC

Tints of Snow Flurry #E2FDBC

Color information

#E2FDBC (or 0xE2FDBC) is unknown color: approx Snow Flurry. HEX triplet: E2, FD and BC. RGB value is (226,253,188). Sum of RGB (Red+Green+Blue) = 226+253+188=667 (88% of max value = 765). Red value is 226 (88.67% from 255 or 33.88% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 188 (73.83% from 255 or 28.19% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDBC is #1D0243. Grayscale: #EDEDED. Windows color (decimal): -1901124 or 12385762. OLE color: 12385762.

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

Color convert

RGB226253188-
CMYK0.1100.260.01
HSL84.92º94.2%86.47%-
HSV(B)84.92º25.69%99.22%-
XYZ75.5790.0560.98-
YUV237.52100.05119.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.88%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 188 (73.83% from 255) = 28.19%
R=33.88%
G=37.93%
B=28.19%

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
Decimal2262531880.1100.260.0184.9294.286.47
HexE2FDBCB01A1555e56
Octal342375274130321125136126
Binary11100010111111011011110010110110101101010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2FDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2FDBC; }

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

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

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

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

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

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

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

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