#E1FDBC

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

Shades of Snow Flurry #E1FDBC

Tints of Snow Flurry #E1FDBC

Color information

#E1FDBC (or 0xE1FDBC) is unknown color: approx Snow Flurry. HEX triplet: E1, FD and BC. RGB value is (225,253,188). Sum of RGB (Red+Green+Blue) = 225+253+188=666 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.78% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 188 (73.83% from 255 or 28.23% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDBC is #1E0243. Grayscale: #EDEDED. Windows color (decimal): -1966660 or 12385761. OLE color: 12385761.

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

Color convert

RGB225253188-
CMYK0.1100.260.01
HSL85.85º94.2%86.47%-
HSV(B)85.85º25.69%99.22%-
XYZ75.2589.8960.96-
YUV237.22100.22119.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.78%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 188 (73.83% from 255) = 28.23%
R=33.78%
G=37.99%
B=28.23%

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
Decimal2252531880.1100.260.0185.8594.286.47
HexE1FDBCB01A1565e56
Octal341375274130321126136126
Binary11100001111111011011110010110110101101011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDBC; }

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

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

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

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

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

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

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

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