#E0F3B6

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

Shades of Snow Flurry #E0F3B6

Tints of Snow Flurry #E0F3B6

Color information

#E0F3B6 (or 0xE0F3B6) is unknown color: approx Snow Flurry. HEX triplet: E0, F3 and B6. RGB value is (224,243,182). Sum of RGB (Red+Green+Blue) = 224+243+182=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 182 (71.48% from 255 or 28.04% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0F3B6 is #1F0C49. Grayscale: #E6E6E6. Windows color (decimal): -2034762 or 11989984. OLE color: 11989984.

HSL color Cylindrical-coordinate representation of color #E0F3B6: hue angle of 78.69º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E0F3B6 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB224243182-
CMYK0.0800.250.05
HSL78.69º71.76%83.33%-
HSV(B)78.69º25.1%95.29%-
XYZ71.2383.3356.59-
YUV230.36100.71123.46-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 182 (71.48% from 255) = 28.04%
R=34.51%
G=37.44%
B=28.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431820.0800.250.0578.6971.7683.33
HexE0F3B6801954f4853
Octal340363266100315117110123
Binary1110000011110011101101101000011001101100111110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3B6; }

 p { color: rgb(224,243,182); }

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

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

 a { background-color: rgb(224,243,182); }

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

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

 span { border-color: rgb(224,243,182); }

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