#EAFED1

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

Shades of Snow Flurry #EAFED1

Tints of Snow Flurry #EAFED1

Color information

#EAFED1 (or 0xEAFED1) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and D1. RGB value is (234,254,209). Sum of RGB (Red+Green+Blue) = 234+254+209=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 209 (82.03% from 255 or 29.99% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFED1 is #15012E. Grayscale: #F3F3F3. Windows color (decimal): -1376559 or 13762282. OLE color: 13762282.

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

Color convert

RGB234254209-
CMYK0.0800.180.00
HSL86.67º95.74%90.78%-
HSV(B)86.67º17.72%99.61%-
XYZ80.8892.9874.01-
YUV242.89108.87121.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 254 (99.61% from 255) = 36.44%
BLUE value IS 209 (82.03% from 255) = 29.99%
R=33.57%
G=36.44%
B=29.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542090.0800.180.0086.6795.7490.78
HexEAFED18012057605b
Octal352376321100220127140133
Binary11101010111111101101000110000100100101011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFED1; }

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

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

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

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

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

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

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

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