#E1EFBA

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

Shades of Snow Flurry #E1EFBA

Tints of Snow Flurry #E1EFBA

Color information

#E1EFBA (or 0xE1EFBA) is unknown color: approx Snow Flurry. HEX triplet: E1, EF and BA. RGB value is (225,239,186). Sum of RGB (Red+Green+Blue) = 225+239+186=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFBA is #1E1045. Grayscale: #E4E4E4. Windows color (decimal): -1970246 or 12251105. OLE color: 12251105.

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

Color convert

RGB225239186-
CMYK0.0600.220.06
HSL75.85º62.35%83.33%-
HSV(B)75.85º22.18%93.73%-
XYZ70.7881.2958.41-
YUV228.77103.86125.31-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=34.62%
G=36.77%
B=28.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252391860.0600.220.0675.8562.3583.33
HexE1EFBA601664c3e53
Octal3413572726026611476123
Binary11100001111011111011101011001011011010011001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFBA; }

 p { color: rgb(225,239,186); }

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

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

 a { background-color: rgb(225,239,186); }

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

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

 span { border-color: rgb(225,239,186); }

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