#EEF9CF

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

Shades of Snow Flurry #EEF9CF

Tints of Snow Flurry #EEF9CF

Color information

#EEF9CF (or 0xEEF9CF) is unknown color: approx Snow Flurry. HEX triplet: EE, F9 and CF. RGB value is (238,249,207). Sum of RGB (Red+Green+Blue) = 238+249+207=694 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.29% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 207 (81.25% from 255 or 29.83% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9CF is #110630. Grayscale: #F1F1F1. Windows color (decimal): -1115697 or 13629934. OLE color: 13629934.

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

Color convert

RGB238249207-
CMYK0.0400.170.02
HSL75.71º77.78%89.41%-
HSV(B)75.71º16.87%97.65%-
XYZ80.490.4372.25-
YUV240.92108.86125.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.29%
GREEN value IS 249 (97.66% from 255) = 35.88%
BLUE value IS 207 (81.25% from 255) = 29.83%
R=34.29%
G=35.88%
B=29.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492070.0400.170.0275.7177.7889.41
HexEEF9CF401124c4e59
Octal35637131740212114116131
Binary11101110111110011100111110001000110100110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9CF; }

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

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

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

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

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

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

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

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