#EAFAC6

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

Shades of Snow Flurry #EAFAC6

Tints of Snow Flurry #EAFAC6

Color information

#EAFAC6 (or 0xEAFAC6) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and C6. RGB value is (234,250,198). Sum of RGB (Red+Green+Blue) = 234+250+198=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 198 (77.73% from 255 or 29.03% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFAC6 is #150539. Grayscale: #EFEFEF. Windows color (decimal): -1377594 or 13040362. OLE color: 13040362.

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

Color convert

RGB234250198-
CMYK0.0600.210.02
HSL78.46º83.87%87.84%-
HSV(B)78.46º20.8%98.04%-
XYZ78.3189.9466.66-
YUV239.29104.7124.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 198 (77.73% from 255) = 29.03%
R=34.31%
G=36.66%
B=29.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342501980.0600.210.0278.4683.8787.84
HexEAFAC6601524e5458
Octal35237230660252116124130
Binary11101010111110101100011011001010110100111010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAC6; }

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

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

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

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

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

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

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

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