#EAF8D5

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

Shades of Snow Flurry #EAF8D5

Tints of Snow Flurry #EAF8D5

Color information

#EAF8D5 (or 0xEAF8D5) is unknown color: approx Snow Flurry. HEX triplet: EA, F8 and D5. RGB value is (234,248,213). Sum of RGB (Red+Green+Blue) = 234+248+213=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 248 (97.27% from 255 or 35.68% from 695); Blue value is 213 (83.59% from 255 or 30.65% from 695); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAF8D5 is #15072A. Grayscale: #EFEFEF. Windows color (decimal): -1378091 or 14022890. OLE color: 14022890.

HSL color Cylindrical-coordinate representation of color #EAF8D5: hue angle of 84º degrees, saturation: 0.71, 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 #EAF8D5 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB234248213-
CMYK0.0600.140.03
HSL84º71.43%90.39%-
HSV(B)84º14.11%97.25%-
XYZ79.5189.4376.02-
YUV239.82112.86123.85-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 248 (97.27% from 255) = 35.68%
BLUE value IS 213 (83.59% from 255) = 30.65%
R=33.67%
G=35.68%
B=30.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482130.0600.140.038471.4390.39
HexEAF8D560E354475a
Octal35237032560163124107132
Binary1110101011111000110101011100111011101010010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8D5; }

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

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

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

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

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

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

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

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