#EEF9D6

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

Shades of Snow Flurry #EEF9D6

Tints of Snow Flurry #EEF9D6

Color information

#EEF9D6 (or 0xEEF9D6) is unknown color: approx Snow Flurry. HEX triplet: EE, F9 and D6. RGB value is (238,249,214). Sum of RGB (Red+Green+Blue) = 238+249+214=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 214 (83.98% from 255 or 30.53% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9D6 is #110629. Grayscale: #F1F1F1. Windows color (decimal): -1115690 or 14088686. OLE color: 14088686.

HSL color Cylindrical-coordinate representation of color #EEF9D6: hue angle of 78.86º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF9D6 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB238249214-
CMYK0.0400.140.02
HSL78.86º74.47%90.78%-
HSV(B)78.86º14.06%97.65%-
XYZ81.2790.7876.86-
YUV241.72112.36125.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.95%
GREEN value IS 249 (97.66% from 255) = 35.52%
BLUE value IS 214 (83.98% from 255) = 30.53%
R=33.95%
G=35.52%
B=30.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492140.0400.140.0278.8674.4790.78
HexEEF9D640E24f4a5b
Octal35637132640162117112133
Binary1110111011111001110101101000111010100111110010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9D6; }

 p { color: rgb(238,249,214); }

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

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

 a { background-color: rgb(238,249,214); }

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

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

 span { border-color: rgb(238,249,214); }

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