#E0F1BC

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

Shades of Snow Flurry #E0F1BC

Tints of Snow Flurry #E0F1BC

Color information

#E0F1BC (or 0xE0F1BC) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and BC. RGB value is (224,241,188). Sum of RGB (Red+Green+Blue) = 224+241+188=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BC is #1F0E43. Grayscale: #E6E6E6. Windows color (decimal): -2035268 or 12382688. OLE color: 12382688.

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

Color convert

RGB224241188-
CMYK0.0700.220.05
HSL79.25º65.43%84.12%-
HSV(B)79.25º21.99%94.51%-
XYZ71.2782.3959.72-
YUV229.88104.37123.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 188 (73.83% from 255) = 28.79%
R=34.30%
G=36.91%
B=28.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242411880.0700.220.0579.2565.4384.12
HexE0F1BC701654f4154
Octal34036127470265117101124
Binary111000001111000110111100111010110101100111110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1BC; }

 p { color: rgb(224,241,188); }

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

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

 a { background-color: rgb(224,241,188); }

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

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

 span { border-color: rgb(224,241,188); }

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