#EEFAC3

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

Shades of Snow Flurry #EEFAC3

Tints of Snow Flurry #EEFAC3

Color information

#EEFAC3 (or 0xEEFAC3) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and C3. RGB value is (238,250,195). Sum of RGB (Red+Green+Blue) = 238+250+195=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 250 (98.05% from 255 or 36.60% from 683); Blue value is 195 (76.56% from 255 or 28.55% from 683); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC3 is #11053C. Grayscale: #F0F0F0. Windows color (decimal): -1115453 or 12843758. OLE color: 12843758.

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

Color convert

RGB238250195-
CMYK0.0500.220.02
HSL73.09º84.62%87.25%-
HSV(B)73.09º22%98.04%-
XYZ79.390.4964.92-
YUV240.14102.52126.47-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 250 (98.05% from 255) = 36.60%
BLUE value IS 195 (76.56% from 255) = 28.55%
R=34.85%
G=36.60%
B=28.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501950.0500.220.0273.0984.6287.25
HexEEFAC350162495557
Octal35637230350262111125127
Binary11101110111110101100001110101011010100100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAC3; }

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

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

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

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

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

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

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

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