#E0FDB2

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

Shades of Snow Flurry #E0FDB2

Tints of Snow Flurry #E0FDB2

Color information

#E0FDB2 (or 0xE0FDB2) is unknown color: approx Snow Flurry. HEX triplet: E0, FD and B2. RGB value is (224,253,178). Sum of RGB (Red+Green+Blue) = 224+253+178=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 178 (69.92% from 255 or 27.18% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #E0FDB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FDB2 is #1F024D. Grayscale: #ECECEC. Windows color (decimal): -2032206 or 11730400. OLE color: 11730400.

HSL color Cylindrical-coordinate representation of color #E0FDB2: hue angle of 83.2º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0FDB2 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB224253178-
CMYK0.1100.300.01
HSL83.2º94.94%84.51%-
HSV(B)83.2º29.64%99.22%-
XYZ73.989.3155.46-
YUV235.7895.39119.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.20%
GREEN value IS 253 (99.22% from 255) = 38.63%
BLUE value IS 178 (69.92% from 255) = 27.18%
R=34.20%
G=38.63%
B=27.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2242531780.1100.300.0183.294.9484.51
HexE0FDB2B01E1535f55
Octal340375262130361123137125
Binary11100000111111011011001010110111101101001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FDB2; }

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

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

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

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

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

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

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

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