#EEFAC8

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

Shades of Snow Flurry #EEFAC8

Tints of Snow Flurry #EEFAC8

Color information

#EEFAC8 (or 0xEEFAC8) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and C8. RGB value is (238,250,200). Sum of RGB (Red+Green+Blue) = 238+250+200=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 200 (78.52% from 255 or 29.07% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFAC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFAC8 is #110537. Grayscale: #F0F0F0. Windows color (decimal): -1115448 or 13171438. OLE color: 13171438.

HSL color Cylindrical-coordinate representation of color #EEFAC8: hue angle of 74.4º 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 #EEFAC8 is Cyan = 0.05, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB238250200-
CMYK0.0500.20.02
HSL74.4º83.33%88.24%-
HSV(B)74.4º20%98.04%-
XYZ79.8790.7267.94-
YUV240.71105.02126.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.59%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 200 (78.52% from 255) = 29.07%
R=34.59%
G=36.34%
B=29.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502000.0500.20.0274.483.3388.24
HexEEFAC8501424a5358
Octal35637231050242112123130
Binary11101110111110101100100010101010010100101010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFAC8; }

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

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

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

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

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

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

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

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