#EAFEB7

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

Shades of Snow Flurry #EAFEB7

Tints of Snow Flurry #EAFEB7

Color information

#EAFEB7 (or 0xEAFEB7) is unknown color: approx Snow Flurry. HEX triplet: EA, FE and B7. RGB value is (234,254,183). Sum of RGB (Red+Green+Blue) = 234+254+183=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 183 (71.88% from 255 or 27.27% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEB7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFEB7 is #150148. Grayscale: #F0F0F0. Windows color (decimal): -1376585 or 12058346. OLE color: 12058346.

HSL color Cylindrical-coordinate representation of color #EAFEB7: hue angle of 76.9º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EAFEB7 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.

Color convert

RGB234254183-
CMYK0.0800.280.00
HSL76.9º97.26%85.69%-
HSV(B)76.9º27.95%99.61%-
XYZ77.9291.7958.41-
YUV239.9395.87123.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 183 (71.88% from 255) = 27.27%
R=34.87%
G=37.85%
B=27.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541830.0800.280.0076.997.2685.69
HexEAFEB7801C04d6156
Octal352376267100340115141126
Binary11101010111111101011011110000111000100110111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEB7; }

 p { color: rgb(234,254,183); }

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

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

 a { background-color: rgb(234,254,183); }

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

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

 span { border-color: rgb(234,254,183); }

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