#EAFCD4

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

Shades of Snow Flurry #EAFCD4

Tints of Snow Flurry #EAFCD4

Color information

#EAFCD4 (or 0xEAFCD4) is unknown color: approx Snow Flurry. HEX triplet: EA, FC and D4. RGB value is (234,252,212). Sum of RGB (Red+Green+Blue) = 234+252+212=698 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.52% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFCD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFCD4 is #15032B. Grayscale: #F2F2F2. Windows color (decimal): -1377068 or 13958378. OLE color: 13958378.

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

Color convert

RGB234252212-
CMYK0.0700.160.01
HSL87º86.96%90.98%-
HSV(B)87º15.87%98.82%-
XYZ80.6391.8775.77-
YUV242.06111.04122.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.52%
GREEN value IS 252 (98.83% from 255) = 36.10%
BLUE value IS 212 (83.20% from 255) = 30.37%
R=33.52%
G=36.10%
B=30.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342522120.0700.160.018786.9690.98
HexEAFCD47010157575b
Octal35237432470201127127133
Binary1110101011111100110101001110100001101011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFCD4; }

 p { color: rgb(234,252,212); }

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

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

 a { background-color: rgb(234,252,212); }

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

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

 span { border-color: rgb(234,252,212); }

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