#EEF9CD

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

Shades of Snow Flurry #EEF9CD

Tints of Snow Flurry #EEF9CD

Color information

#EEF9CD (or 0xEEF9CD) is unknown color: approx Snow Flurry. HEX triplet: EE, F9 and CD. RGB value is (238,249,205). Sum of RGB (Red+Green+Blue) = 238+249+205=692 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.39% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 205 (80.47% from 255 or 29.62% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9CD is #110632. Grayscale: #F0F0F0. Windows color (decimal): -1115699 or 13498862. OLE color: 13498862.

HSL color Cylindrical-coordinate representation of color #EEF9CD: hue angle of 75º degrees, saturation: 0.79, 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 #EEF9CD is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB238249205-
CMYK0.0400.180.02
HSL75º78.57%89.02%-
HSV(B)75º17.67%97.65%-
XYZ80.1690.3470.97-
YUV240.7107.86126.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.39%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 205 (80.47% from 255) = 29.62%
R=34.39%
G=35.98%
B=29.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492050.0400.180.027578.5789.02
HexEEF9CD401224b4f59
Octal35637131540222113117131
Binary11101110111110011100110110001001010100101110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9CD; }

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

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

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

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

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

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

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

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