#EAFDC0

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

Shades of Snow Flurry #EAFDC0

Tints of Snow Flurry #EAFDC0

Color information

#EAFDC0 (or 0xEAFDC0) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C0. RGB value is (234,253,192). Sum of RGB (Red+Green+Blue) = 234+253+192=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 192 (75.39% from 255 or 28.28% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC0 is #15023F. Grayscale: #F0F0F0. Windows color (decimal): -1376832 or 12647914. OLE color: 12647914.

HSL color Cylindrical-coordinate representation of color #EAFDC0: hue angle of 78.69º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EAFDC0 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB234253192-
CMYK0.0800.240.01
HSL78.69º93.85%87.25%-
HSV(B)78.69º24.11%99.22%-
XYZ78.5791.5563.4-
YUV240.36100.71123.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 192 (75.39% from 255) = 28.28%
R=34.46%
G=37.26%
B=28.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531920.0800.240.0178.6993.8587.25
HexEAFDC0801814f5e57
Octal352375300100301117136127
Binary11101010111111011100000010000110001100111110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC0; }

 p { color: rgb(234,253,192); }

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

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

 a { background-color: rgb(234,253,192); }

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

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

 span { border-color: rgb(234,253,192); }

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