#EAFDC5

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

Shades of Snow Flurry #EAFDC5

Tints of Snow Flurry #EAFDC5

Color information

#EAFDC5 (or 0xEAFDC5) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and C5. RGB value is (234,253,197). Sum of RGB (Red+Green+Blue) = 234+253+197=684 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.21% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 197 (77.34% from 255 or 28.80% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDC5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDC5 is #15023A. Grayscale: #F1F1F1. Windows color (decimal): -1376827 or 12975594. OLE color: 12975594.

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

Color convert

RGB234253197-
CMYK0.0800.220.01
HSL80.36º93.33%88.24%-
HSV(B)80.36º22.13%99.22%-
XYZ79.1491.7766.37-
YUV240.93103.21123.05-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.21%
GREEN value IS 253 (99.22% from 255) = 36.99%
BLUE value IS 197 (77.34% from 255) = 28.80%
R=34.21%
G=36.99%
B=28.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531970.0800.220.0180.3693.3388.24
HexEAFDC580161505d58
Octal352375305100261120135130
Binary11101010111111011100010110000101101101000010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDC5; }

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

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

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

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

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

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

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

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