#EEFAC6

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

Shades of Snow Flurry #EEFAC6

Tints of Snow Flurry #EEFAC6

Color information

#EEFAC6 (or 0xEEFAC6) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and C6. RGB value is (238,250,198). Sum of RGB (Red+Green+Blue) = 238+250+198=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC6 is #110539. Grayscale: #F0F0F0. Windows color (decimal): -1115450 or 13040366. OLE color: 13040366.

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

Color convert

RGB238250198-
CMYK0.0500.210.02
HSL73.85º83.87%87.84%-
HSV(B)73.85º20.8%98.04%-
XYZ79.6490.6366.72-
YUV240.48104.02126.23-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 250 (98.05% from 255) = 36.44%
BLUE value IS 198 (77.73% from 255) = 28.86%
R=34.69%
G=36.44%
B=28.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382501980.0500.210.0273.8583.8787.84
HexEEFAC6501524a5458
Octal35637230650252112124130
Binary11101110111110101100011010101010110100101010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAC6; }

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

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

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

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

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

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

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

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