#E2EFBE

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

Shades of Snow Flurry #E2EFBE

Tints of Snow Flurry #E2EFBE

Color information

#E2EFBE (or 0xE2EFBE) is unknown color: approx Snow Flurry. HEX triplet: E2, EF and BE. RGB value is (226,239,190). Sum of RGB (Red+Green+Blue) = 226+239+190=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 190 (74.61% from 255 or 29.01% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EFBE is #1D1041. Grayscale: #E5E5E5. Windows color (decimal): -1904706 or 12513250. OLE color: 12513250.

HSL color Cylindrical-coordinate representation of color #E2EFBE: hue angle of 75.92º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EFBE is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB226239190-
CMYK0.0500.210.06
HSL75.92º60.49%84.12%-
HSV(B)75.92º20.5%93.73%-
XYZ71.5281.6260.7-
YUV229.53105.69125.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.50%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 190 (74.61% from 255) = 29.01%
R=34.50%
G=36.49%
B=29.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2262391900.0500.210.0675.9260.4984.12
HexE2EFBE501564c3c54
Octal3423572765025611474124
Binary11100010111011111011111010101010111010011001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2EFBE; }

 p { color: rgb(226,239,190); }

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

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

 a { background-color: rgb(226,239,190); }

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

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

 span { border-color: rgb(226,239,190); }

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