#EAF9D5

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

Shades of Snow Flurry #EAF9D5

Tints of Snow Flurry #EAF9D5

Color information

#EAF9D5 (or 0xEAF9D5) is unknown color: approx Snow Flurry. HEX triplet: EA, F9 and D5. RGB value is (234,249,213). Sum of RGB (Red+Green+Blue) = 234+249+213=696 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.62% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 213 (83.59% from 255 or 30.60% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF9D5 is #15062A. Grayscale: #F0F0F0. Windows color (decimal): -1377835 or 14023146. OLE color: 14023146.

HSL color Cylindrical-coordinate representation of color #EAF9D5: hue angle of 85º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EAF9D5 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB234249213-
CMYK0.0600.140.02
HSL85º75%90.59%-
HSV(B)85º14.46%97.65%-
XYZ79.8290.0576.12-
YUV240.41112.53123.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.62%
GREEN value IS 249 (97.66% from 255) = 35.78%
BLUE value IS 213 (83.59% from 255) = 30.60%
R=33.62%
G=35.78%
B=30.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342492130.0600.140.02857590.59
HexEAF9D560E2554b5b
Octal35237132560162125113133
Binary1110101011111001110101011100111010101010110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9D5; }

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

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

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

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

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

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

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

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