#EAFBB9

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

Shades of Snow Flurry #EAFBB9

Tints of Snow Flurry #EAFBB9

Color information

#EAFBB9 (or 0xEAFBB9) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and B9. RGB value is (234,251,185). Sum of RGB (Red+Green+Blue) = 234+251+185=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBB9 is #150446. Grayscale: #EEEEEE. Windows color (decimal): -1377351 or 12188650. OLE color: 12188650.

HSL color Cylindrical-coordinate representation of color #EAFBB9: hue angle of 75.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EAFBB9 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB234251185-
CMYK0.0700.260.02
HSL75.45º89.19%85.49%-
HSV(B)75.45º26.29%98.43%-
XYZ77.1989.9959.2-
YUV238.3997.87124.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 185 (72.66% from 255) = 27.61%
R=34.93%
G=37.46%
B=27.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511850.0700.260.0275.4589.1985.49
HexEAFBB9701A24b5955
Octal35237327170322113131125
Binary11101010111110111011100111101101010100101110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBB9; }

 p { color: rgb(234,251,185); }

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

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

 a { background-color: rgb(234,251,185); }

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

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

 span { border-color: rgb(234,251,185); }

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