#EAFACE

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

Shades of Snow Flurry #EAFACE

Tints of Snow Flurry #EAFACE

Color information

#EAFACE (or 0xEAFACE) is unknown color: approx Snow Flurry. HEX triplet: EA, FA and CE. RGB value is (234,250,206). Sum of RGB (Red+Green+Blue) = 234+250+206=690 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.91% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 206 (80.86% from 255 or 29.86% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFACE is #150531. Grayscale: #F0F0F0. Windows color (decimal): -1377586 or 13564650. OLE color: 13564650.

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

Color convert

RGB234250206-
CMYK0.0600.180.02
HSL81.82º81.48%89.41%-
HSV(B)81.82º17.6%98.04%-
XYZ79.2690.3271.65-
YUV240.2108.7123.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.91%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 206 (80.86% from 255) = 29.86%
R=33.91%
G=36.23%
B=29.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502060.0600.180.0281.8281.4889.41
HexEAFACE60122525159
Octal35237231660222122121131
Binary11101010111110101100111011001001010101001010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFACE; }

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

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

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

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

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

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

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

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