#EAFDB9

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

Shades of Snow Flurry #EAFDB9

Tints of Snow Flurry #EAFDB9

Color information

#EAFDB9 (or 0xEAFDB9) is unknown color: approx Snow Flurry. HEX triplet: EA, FD and B9. RGB value is (234,253,185). Sum of RGB (Red+Green+Blue) = 234+253+185=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB9 is #150246. Grayscale: #EFEFEF. Windows color (decimal): -1376839 or 12189162. OLE color: 12189162.

HSL color Cylindrical-coordinate representation of color #EAFDB9: hue angle of 76.76º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EAFDB9 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB234253185-
CMYK0.0800.270.01
HSL76.76º94.44%85.88%-
HSV(B)76.76º26.88%99.22%-
XYZ77.8191.2559.41-
YUV239.5797.21124.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 185 (72.66% from 255) = 27.53%
R=34.82%
G=37.65%
B=27.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531850.0800.270.0176.7694.4485.88
HexEAFDB9801B14d5e56
Octal352375271100331115136126
Binary11101010111111011011100110000110111100110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDB9; }

 p { color: rgb(234,253,185); }

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

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

 a { background-color: rgb(234,253,185); }

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

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

 span { border-color: rgb(234,253,185); }

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