#E0F1BB

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

Shades of Snow Flurry #E0F1BB

Tints of Snow Flurry #E0F1BB

Color information

#E0F1BB (or 0xE0F1BB) is unknown color: approx Snow Flurry. HEX triplet: E0, F1 and BB. RGB value is (224,241,187). Sum of RGB (Red+Green+Blue) = 224+241+187=652 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.36% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F1BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F1BB is #1F0E44. Grayscale: #E5E5E5. Windows color (decimal): -2035269 or 12317152. OLE color: 12317152.

HSL color Cylindrical-coordinate representation of color #E0F1BB: hue angle of 78.89º degrees, saturation: 0.66, 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 #E0F1BB is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB224241187-
CMYK0.0700.220.05
HSL78.89º65.85%83.92%-
HSV(B)78.89º22.41%94.51%-
XYZ71.1782.3559.16-
YUV229.76103.87123.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.36%
GREEN value IS 241 (94.53% from 255) = 36.96%
BLUE value IS 187 (73.44% from 255) = 28.68%
R=34.36%
G=36.96%
B=28.68%

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
Decimal2242411870.0700.220.0578.8965.8583.92
HexE0F1BB701654f4254
Octal34036127370265117102124
Binary111000001111000110111011111010110101100111110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F1BB; }

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

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

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

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

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

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

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

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