#EEFACE

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

Shades of Snow Flurry #EEFACE

Tints of Snow Flurry #EEFACE

Color information

#EEFACE (or 0xEEFACE) is unknown color: approx Snow Flurry. HEX triplet: EE, FA and CE. RGB value is (238,250,206). Sum of RGB (Red+Green+Blue) = 238+250+206=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 206 (80.86% from 255 or 29.68% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #EEFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFACE is #110531. Grayscale: #F1F1F1. Windows color (decimal): -1115442 or 13564654. OLE color: 13564654.

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

Color convert

RGB238250206-
CMYK0.0500.180.02
HSL76.36º81.48%89.41%-
HSV(B)76.36º17.6%98.04%-
XYZ80.599171.71-
YUV241.4108.02125.58-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 206 (80.86% from 255) = 29.68%
R=34.29%
G=36.02%
B=29.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382502060.0500.180.0276.3681.4889.41
HexEEFACE501224c5159
Octal35637231650222114121131
Binary11101110111110101100111010101001010100110010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFACE; }

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

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

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

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

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

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

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

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