#EAF7BE

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

Shades of Snow Flurry #EAF7BE

Tints of Snow Flurry #EAF7BE

Color information

#EAF7BE (or 0xEAF7BE) is unknown color: approx Snow Flurry. HEX triplet: EA, F7 and BE. RGB value is (234,247,190). Sum of RGB (Red+Green+Blue) = 234+247+190=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 190 (74.61% from 255 or 28.32% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7BE is #150841. Grayscale: #ECECEC. Windows color (decimal): -1378370 or 12515306. OLE color: 12515306.

HSL color Cylindrical-coordinate representation of color #EAF7BE: hue angle of 73.68º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EAF7BE is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB234247190-
CMYK0.0500.230.03
HSL73.68º78.08%85.69%-
HSV(B)73.68º23.08%96.86%-
XYZ76.4987.7361.62-
YUV236.61101.69126.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 190 (74.61% from 255) = 28.32%
R=34.87%
G=36.81%
B=28.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471900.0500.230.0373.6878.0885.69
HexEAF7BE501734a4e56
Octal35236727650273112116126
Binary11101010111101111011111010101011111100101010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7BE; }

 p { color: rgb(234,247,190); }

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

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

 a { background-color: rgb(234,247,190); }

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

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

 span { border-color: rgb(234,247,190); }

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