#EAFEC5

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

Shades of Snow Flurry #EAFEC5

Tints of Snow Flurry #EAFEC5

Color information

#EAFEC5 (or 0xEAFEC5) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and C5. RGB value is (234,254,197). Sum of RGB (Red+Green+Blue) = 234+254+197=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 254 (99.61% from 255 or 37.08% from 685); Blue value is 197 (77.34% from 255 or 28.76% from 685); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEC5 is #15013A. Grayscale: #F1F1F1. Windows color (decimal): -1376571 or 12975850. OLE color: 12975850.

HSL color Cylindrical-coordinate representation of color #EAFEC5: hue angle of 81.05º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EAFEC5 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB234254197-
CMYK0.0800.220.00
HSL81.05º96.61%88.43%-
HSV(B)81.05º22.44%99.61%-
XYZ79.4592.4166.47-
YUV241.52102.87122.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 254 (99.61% from 255) = 37.08%
BLUE value IS 197 (77.34% from 255) = 28.76%
R=34.16%
G=37.08%
B=28.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541970.0800.220.0081.0596.6188.43
HexEAFEC580160516158
Octal352376305100260121141130
Binary11101010111111101100010110000101100101000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEC5; }

 p { color: rgb(234,254,197); }

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

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

 a { background-color: rgb(234,254,197); }

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

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

 span { border-color: rgb(234,254,197); }

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