#E0F4C0

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

Shades of Snow Flurry #E0F4C0

Tints of Snow Flurry #E0F4C0

Color information

#E0F4C0 (or 0xE0F4C0) is unknown color: approx Snow Flurry. HEX triplet: E0, F4 and C0. RGB value is (224,244,192). Sum of RGB (Red+Green+Blue) = 224+244+192=660 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.94% from 660); Green value is 244 (95.70% from 255 or 36.97% from 660); Blue value is 192 (75.39% from 255 or 29.09% from 660); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F4C0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F4C0 is #1F0B3F. Grayscale: #E8E8E8. Windows color (decimal): -2034496 or 12645600. OLE color: 12645600.

HSL color Cylindrical-coordinate representation of color #E0F4C0: hue angle of 83.08º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E0F4C0 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB224244192-
CMYK0.0800.210.04
HSL83.08º70.27%85.49%-
HSV(B)83.08º21.31%95.69%-
XYZ72.6184.3562.32-
YUV232.09105.37122.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.94%
GREEN value IS 244 (95.70% from 255) = 36.97%
BLUE value IS 192 (75.39% from 255) = 29.09%
R=33.94%
G=36.97%
B=29.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441920.0800.210.0483.0870.2785.49
HexE0F4C080154534655
Octal340364300100254123106125
Binary1110000011110100110000001000010101100101001110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F4C0; }

 p { color: rgb(224,244,192); }

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

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

 a { background-color: rgb(224,244,192); }

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

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

 span { border-color: rgb(224,244,192); }

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