#E0F2C6

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

Shades of Snow Flurry #E0F2C6

Tints of Snow Flurry #E0F2C6

Color information

#E0F2C6 (or 0xE0F2C6) is unknown color: approx Snow Flurry. HEX triplet: E0, F2 and C6. RGB value is (224,242,198). Sum of RGB (Red+Green+Blue) = 224+242+198=664 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.73% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 198 (77.73% from 255 or 29.82% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F2C6 is #1F0D39. Grayscale: #E7E7E7. Windows color (decimal): -2035002 or 13038304. OLE color: 13038304.

HSL color Cylindrical-coordinate representation of color #E0F2C6: hue angle of 84.55º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0F2C6 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB224242198-
CMYK0.0700.180.05
HSL84.55º62.86%86.27%-
HSV(B)84.55º18.18%94.9%-
XYZ72.6983.4365.7-
YUV231.6109.04122.58-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.73%
GREEN value IS 242 (94.92% from 255) = 36.45%
BLUE value IS 198 (77.73% from 255) = 29.82%
R=33.73%
G=36.45%
B=29.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421980.0700.180.0584.5562.8686.27
HexE0F2C670125553f56
Octal3403623067022512577126
Binary11100000111100101100011011101001010110101011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2C6; }

 p { color: rgb(224,242,198); }

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

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

 a { background-color: rgb(224,242,198); }

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

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

 span { border-color: rgb(224,242,198); }

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