#E1FDBD

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

Shades of Snow Flurry #E1FDBD

Tints of Snow Flurry #E1FDBD

Color information

#E1FDBD (or 0xE1FDBD) is unknown color: approx Snow Flurry. HEX triplet: E1, FD and BD. RGB value is (225,253,189). Sum of RGB (Red+Green+Blue) = 225+253+189=667 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.73% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 189 (74.22% from 255 or 28.34% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDBD is #1E0242. Grayscale: #EDEDED. Windows color (decimal): -1966659 or 12451297. OLE color: 12451297.

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

Color convert

RGB225253189-
CMYK0.1100.250.01
HSL86.25º94.12%86.67%-
HSV(B)86.25º25.3%99.22%-
XYZ75.3689.9361.53-
YUV237.33100.72119.2-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 33.73%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 28.34%
R=33.73%
G=37.93%
B=28.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531890.1100.250.0186.2594.1286.67
HexE1FDBDB0191565e57
Octal341375275130311126136127
Binary11100001111111011011110110110110011101011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDBD; }

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

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

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

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

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

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

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

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