#EAF7C9

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

Shades of Snow Flurry #EAF7C9

Tints of Snow Flurry #EAF7C9

Color information

#EAF7C9 (or 0xEAF7C9) is unknown color: approx Snow Flurry. HEX triplet: EA, F7 and C9. RGB value is (234,247,201). Sum of RGB (Red+Green+Blue) = 234+247+201=682 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.31% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 201 (78.91% from 255 or 29.47% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7C9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7C9 is #150836. Grayscale: #EEEEEE. Windows color (decimal): -1378359 or 13236202. OLE color: 13236202.

HSL color Cylindrical-coordinate representation of color #EAF7C9: hue angle of 76.96º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EAF7C9 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB234247201-
CMYK0.0500.190.03
HSL76.96º74.19%87.84%-
HSV(B)76.96º18.62%96.86%-
XYZ77.7488.2368.19-
YUV237.87107.19125.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.31%
GREEN value IS 247 (96.88% from 255) = 36.22%
BLUE value IS 201 (78.91% from 255) = 29.47%
R=34.31%
G=36.22%
B=29.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472010.0500.190.0376.9674.1987.84
HexEAF7C9501334d4a58
Octal35236731150233115112130
Binary11101010111101111100100110101001111100110110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7C9; }

 p { color: rgb(234,247,201); }

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

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

 a { background-color: rgb(234,247,201); }

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

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

 span { border-color: rgb(234,247,201); }

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