#EAF7D5

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

Shades of Snow Flurry #EAF7D5

Tints of Snow Flurry #EAF7D5

Color information

#EAF7D5 (or 0xEAF7D5) is unknown color: approx Snow Flurry. HEX triplet: EA, F7 and D5. RGB value is (234,247,213). Sum of RGB (Red+Green+Blue) = 234+247+213=694 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.72% from 694); Green value is 247 (96.88% from 255 or 35.59% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF7D5 is #15082A. Grayscale: #EFEFEF. Windows color (decimal): -1378347 or 14022634. OLE color: 14022634.

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

Color convert

RGB234247213-
CMYK0.0500.140.03
HSL82.94º68%90.2%-
HSV(B)82.94º13.77%96.86%-
XYZ79.288.8275.92-
YUV239.24113.19124.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.72%
GREEN value IS 247 (96.88% from 255) = 35.59%
BLUE value IS 213 (83.59% from 255) = 30.69%
R=33.72%
G=35.59%
B=30.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342472130.0500.140.0382.946890.2
HexEAF7D550E353445a
Octal35236732550163123104132
Binary1110101011110111110101011010111011101001110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF7D5; }

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

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

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

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

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

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

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

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