#EAFBBA

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

Shades of Snow Flurry #EAFBBA

Tints of Snow Flurry #EAFBBA

Color information

#EAFBBA (or 0xEAFBBA) is unknown color: approx Snow Flurry. HEX triplet: EA, FB and BA. RGB value is (234,251,186). Sum of RGB (Red+Green+Blue) = 234+251+186=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFBBA is #150445. Grayscale: #EEEEEE. Windows color (decimal): -1377350 or 12254186. OLE color: 12254186.

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

Color convert

RGB234251186-
CMYK0.0700.260.02
HSL75.69º89.04%85.69%-
HSV(B)75.69º25.9%98.43%-
XYZ77.2990.0359.76-
YUV238.5198.37124.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 251 (98.44% from 255) = 37.41%
BLUE value IS 186 (73.05% from 255) = 27.72%
R=34.87%
G=37.41%
B=27.72%

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
Decimal2342511860.0700.260.0275.6989.0485.69
HexEAFBBA701A24c5956
Octal35237327270322114131126
Binary11101010111110111011101011101101010100110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBBA; }

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

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

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

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

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

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

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

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