#E0FBC0

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

Shades of Snow Flurry #E0FBC0

Tints of Snow Flurry #E0FBC0

Color information

#E0FBC0 (or 0xE0FBC0) is unknown color: approx Snow Flurry. HEX triplet: E0, FB and C0. RGB value is (224,251,192). Sum of RGB (Red+Green+Blue) = 224+251+192=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 192 (75.39% from 255 or 28.79% from 667); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0FBC0 is #1F043F. Grayscale: #ECECEC. Windows color (decimal): -2032704 or 12647392. OLE color: 12647392.

HSL color Cylindrical-coordinate representation of color #E0FBC0: hue angle of 87.46º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0FBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB224251192-
CMYK0.1100.240.02
HSL87.46º88.06%86.86%-
HSV(B)87.46º23.51%98.43%-
XYZ74.7588.6563.04-
YUV236.2103.05119.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 251 (98.44% from 255) = 37.63%
BLUE value IS 192 (75.39% from 255) = 28.79%
R=33.58%
G=37.63%
B=28.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242511920.1100.240.0287.4688.0686.86
HexE0FBC0B0182575857
Octal340373300130302127130127
Binary111000001111101111000000101101100010101011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FBC0; }

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

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

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

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

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

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

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

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