#EAFABC

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

Shades of Snow Flurry #EAFABC

Tints of Snow Flurry #EAFABC

Color information

#EAFABC (or 0xEAFABC) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and BC. RGB value is (234,250,188). Sum of RGB (Red+Green+Blue) = 234+250+188=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 188 (73.83% from 255 or 27.98% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFABC is #150543. Grayscale: #EEEEEE. Windows color (decimal): -1377604 or 12385002. OLE color: 12385002.

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

Color convert

RGB234250188-
CMYK0.0600.250.02
HSL75.48º86.11%85.88%-
HSV(B)75.48º24.8%98.04%-
XYZ77.1989.4960.78-
YUV238.1599.7125.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 188 (73.83% from 255) = 27.98%
R=34.82%
G=37.20%
B=27.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501880.0600.250.0275.4886.1185.88
HexEAFABC601924b5656
Octal35237227460312113126126
Binary11101010111110101011110011001100110100101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFABC; }

 p { color: rgb(234,250,188); }

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

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

 a { background-color: rgb(234,250,188); }

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

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

 span { border-color: rgb(234,250,188); }

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