#EAFFC5

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

Shades of Snow Flurry #EAFFC5

Tints of Snow Flurry #EAFFC5

Color information

#EAFFC5 (or 0xEAFFC5) is unknown color: approx Snow Flurry. HEX triplet: EA, FF and C5. RGB value is (234,255,197). Sum of RGB (Red+Green+Blue) = 234+255+197=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 197 (77.34% from 255 or 28.72% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFC5 is #15003A. Grayscale: #F2F2F2. Windows color (decimal): -1376315 or 12976106. OLE color: 12976106.

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

Color convert

RGB234255197-
CMYK0.0800.230
HSL81.72º100%88.63%-
HSV(B)81.72º22.75%100%-
XYZ79.7793.0466.58-
YUV242.11102.54122.22-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 197 (77.34% from 255) = 28.72%
R=34.11%
G=37.17%
B=28.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551970.0800.23081.7210088.63
HexEAFFC580170526459
Octal352377305100270122144131
Binary11101010111111111100010110000101110101001011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFFC5; }

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

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

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

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

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

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

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

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