#E0EFB9

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

Shades of Snow Flurry #E0EFB9

Tints of Snow Flurry #E0EFB9

Color information

#E0EFB9 (or 0xE0EFB9) is unknown color: approx Snow Flurry. HEX triplet: E0, EF and B9. RGB value is (224,239,185). Sum of RGB (Red+Green+Blue) = 224+239+185=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 239 (93.75% from 255 or 36.88% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EFB9 is #1F1046. Grayscale: #E4E4E4. Windows color (decimal): -2035783 or 12185568. OLE color: 12185568.

HSL color Cylindrical-coordinate representation of color #E0EFB9: hue angle of 76.67º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0EFB9 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.

Color convert

RGB224239185-
CMYK0.0600.230.06
HSL76.67º62.79%83.14%-
HSV(B)76.67º22.59%93.73%-
XYZ70.3681.0857.84-
YUV228.36103.53124.89-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.57%
GREEN value IS 239 (93.75% from 255) = 36.88%
BLUE value IS 185 (72.66% from 255) = 28.55%
R=34.57%
G=36.88%
B=28.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2242391850.0600.230.0676.6762.7983.14
HexE0EFB9601764d3f53
Octal3403572716027611577123
Binary11100000111011111011100111001011111010011011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0EFB9; }

 p { color: rgb(224,239,185); }

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

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

 a { background-color: rgb(224,239,185); }

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

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

 span { border-color: rgb(224,239,185); }

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