#EAFED0

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

Shades of Snow Flurry #EAFED0

Tints of Snow Flurry #EAFED0

Color information

#EAFED0 (or 0xEAFED0) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and D0. RGB value is (234,254,208). Sum of RGB (Red+Green+Blue) = 234+254+208=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 208 (81.64% from 255 or 29.89% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFED0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFED0 is #15012F. Grayscale: #F2F2F2. Windows color (decimal): -1376560 or 13696746. OLE color: 13696746.

HSL color Cylindrical-coordinate representation of color #EAFED0: hue angle of 86.09º 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 #EAFED0 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB234254208-
CMYK0.0800.180.00
HSL86.09º95.83%90.59%-
HSV(B)86.09º18.11%99.61%-
XYZ80.7692.9373.36-
YUV242.78108.37121.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 254 (99.61% from 255) = 36.49%
BLUE value IS 208 (81.64% from 255) = 29.89%
R=33.62%
G=36.49%
B=29.89%

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
Decimal2342542080.0800.180.0086.0995.8390.59
HexEAFED08012056605b
Octal352376320100220126140133
Binary11101010111111101101000010000100100101011011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFED0; }

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

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

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

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

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

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

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

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