#EEFAC0

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

Shades of Snow Flurry #EEFAC0

Tints of Snow Flurry #EEFAC0

Color information

#EEFAC0 (or 0xEEFAC0) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and C0. RGB value is (238,250,192). Sum of RGB (Red+Green+Blue) = 238+250+192=680 (90% of max value = 765). Red value is 238 (93.36% from 255 or 35% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 192 (75.39% from 255 or 28.24% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC0 is #11053F. Grayscale: #F0F0F0. Windows color (decimal): -1115456 or 12647150. OLE color: 12647150.

HSL color Cylindrical-coordinate representation of color #EEFAC0: hue angle of 72.41º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EEFAC0 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB238250192-
CMYK0.0500.230.02
HSL72.41º85.29%86.67%-
HSV(B)72.41º23.2%98.04%-
XYZ78.9690.3563.15-
YUV239.8101.02126.72-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 192 (75.39% from 255) = 28.24%
R=35%
G=36.76%
B=28.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501920.0500.230.0272.4185.2986.67
HexEEFAC050172485557
Octal35637230050272110125127
Binary11101110111110101100000010101011110100100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAC0; }

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

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

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

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

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

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

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

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