#EAF9BE

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

Shades of Snow Flurry #EAF9BE

Tints of Snow Flurry #EAF9BE

Color information

#EAF9BE (or 0xEAF9BE) is unknown color: approx Snow Flurry. HEX triplet: EA, F9 and BE. RGB value is (234,249,190). Sum of RGB (Red+Green+Blue) = 234+249+190=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 190 (74.61% from 255 or 28.23% from 673); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9BE is #150641. Grayscale: #EEEEEE. Windows color (decimal): -1377858 or 12515818. OLE color: 12515818.

HSL color Cylindrical-coordinate representation of color #EAF9BE: hue angle of 75.25º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAF9BE is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB234249190-
CMYK0.0600.240.02
HSL75.25º83.1%86.08%-
HSV(B)75.25º23.69%97.65%-
XYZ77.188.9661.82-
YUV237.79101.03125.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 190 (74.61% from 255) = 28.23%
R=34.77%
G=37.00%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491900.0600.240.0275.2583.186.08
HexEAF9BE601824b5356
Octal35237127660302113123126
Binary11101010111110011011111011001100010100101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9BE; }

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

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

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

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

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

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

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

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