#EEF9CA

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

Shades of Snow Flurry #EEF9CA

Tints of Snow Flurry #EEF9CA

Color information

#EEF9CA (or 0xEEF9CA) is unknown color: approx Snow Flurry. HEX triplet: EE, F9 and CA. RGB value is (238,249,202). Sum of RGB (Red+Green+Blue) = 238+249+202=689 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.54% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9CA is #110635. Grayscale: #F0F0F0. Windows color (decimal): -1115702 or 13302254. OLE color: 13302254.

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

Color convert

RGB238249202-
CMYK0.0400.190.02
HSL74.04º79.66%88.43%-
HSV(B)74.04º18.88%97.65%-
XYZ79.890.1969.08-
YUV240.35106.36126.32-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.54%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=34.54%
G=36.14%
B=29.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382492020.0400.190.0274.0479.6688.43
HexEEF9CA401324a5058
Octal35637131240232112120130
Binary11101110111110011100101010001001110100101010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF9CA; }

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

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

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

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

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

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

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

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