#E1FDBB

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

Shades of Snow Flurry #E1FDBB

Tints of Snow Flurry #E1FDBB

Color information

#E1FDBB (or 0xE1FDBB) is unknown color: approx Snow Flurry. HEX triplet: E1, FD and BB. RGB value is (225,253,187). Sum of RGB (Red+Green+Blue) = 225+253+187=665 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.83% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDBB is #1E0244. Grayscale: #EDEDED. Windows color (decimal): -1966661 or 12320225. OLE color: 12320225.

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

Color convert

RGB225253187-
CMYK0.1100.260.01
HSL85.45º94.29%86.27%-
HSV(B)85.45º26.09%99.22%-
XYZ75.1589.8560.4-
YUV237.199.72119.37-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.83%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 187 (73.44% from 255) = 28.12%
R=33.83%
G=38.05%
B=28.12%

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
Decimal2252531870.1100.260.0185.4594.2986.27
HexE1FDBBB01A1555e56
Octal341375273130321125136126
Binary11100001111111011011101110110110101101010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDBB; }

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

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

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

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

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

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

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

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