#E0FDBD

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

Shades of Snow Flurry #E0FDBD

Tints of Snow Flurry #E0FDBD

Color information

#E0FDBD (or 0xE0FDBD) is unknown color: approx Snow Flurry. HEX triplet: E0, FD and BD. RGB value is (224,253,189). Sum of RGB (Red+Green+Blue) = 224+253+189=666 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.63% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 189 (74.22% from 255 or 28.38% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FDBD is #1F0242. Grayscale: #EDEDED. Windows color (decimal): -2032195 or 12451296. OLE color: 12451296.

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

Color convert

RGB224253189-
CMYK0.1100.250.01
HSL87.19º94.12%86.67%-
HSV(B)87.19º25.3%99.22%-
XYZ75.0589.7761.52-
YUV237.03100.89118.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.63%
GREEN value IS 253 (99.22% from 255) = 37.99%
BLUE value IS 189 (74.22% from 255) = 28.38%
R=33.63%
G=37.99%
B=28.38%

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
Decimal2242531890.1100.250.0187.1994.1286.67
HexE0FDBDB0191575e57
Octal340375275130311127136127
Binary11100000111111011011110110110110011101011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDBD; }

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

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

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

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

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

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

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

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