#EEFAC9

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

Shades of Snow Flurry #EEFAC9

Tints of Snow Flurry #EEFAC9

Color information

#EEFAC9 (or 0xEEFAC9) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and C9. RGB value is (238,250,201). Sum of RGB (Red+Green+Blue) = 238+250+201=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 201 (78.91% from 255 or 29.17% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC9 is #110536. Grayscale: #F1F1F1. Windows color (decimal): -1115447 or 13236974. OLE color: 13236974.

HSL color Cylindrical-coordinate representation of color #EEFAC9: hue angle of 74.69º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EEFAC9 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB238250201-
CMYK0.0500.200.02
HSL74.69º83.05%88.43%-
HSV(B)74.69º19.6%98.04%-
XYZ79.9990.7768.56-
YUV240.83105.52125.98-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 201 (78.91% from 255) = 29.17%
R=34.54%
G=36.28%
B=29.17%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502010.0500.200.0274.6983.0588.43
HexEEFAC9501424b5358
Octal35637231150242113123130
Binary11101110111110101100100110101010010100101110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAC9; }

 p { color: rgb(238,250,201); }

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

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

 a { background-color: rgb(238,250,201); }

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

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

 span { border-color: rgb(238,250,201); }

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