Shades of Snow Flurry #EEF9CA
Tints of Snow Flurry #EEF9CA
RGB
CMYK
RGB Variations
Color information
#EEF9CA (or 0xEEF9CA) is known color: 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
| RGB | 238 | 249 | 202 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.02 |
| HSL | 74.04º | 0.8% | 0.88% | - |
| HSV(B) | 74.04º | 0.19% | 0.98% | - |
| XYZ | 79.8 | 90.19 | 69.08 | - |
| YUV | 240.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 202 | 0.04 | 0 | 0.19 | 0.02 | 74.04 | 0.8 | 0.88 |
| Hex | EE | F9 | CA | 4 | 0 | 13 | 2 | 4A | 50 | 58 |
| Octal | 356 | 371 | 312 | 4 | 0 | 23 | 2 | 112 | 120 | 130 |
| Binary | 11101110 | 11111001 | 11001010 | 100 | 0 | 10011 | 10 | 1001010 | 1010000 | 1011000 |
Color Harmonies of #EEF9CA
Complementary color
Monochromatic Colors of #EEF9CA
Black with #EEF9CA
Text Example
Text Example
White with #EEF9CA
Text Example
Text Example
HTML Codes & Css Web 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>