Shades of Snow Flurry #EEF8CA
Tints of Snow Flurry #EEF8CA
RGB
CMYK
RGB Variations
Color information
#EEF8CA (or 0xEEF8CA) is known color: Snow Flurry. HEX triplet: EE, F8 and CA. RGB value is (238,248,202). Sum of RGB (Red+Green+Blue) = 238+248+202=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #EEF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF8CA is #110735. Grayscale: #EFEFEF. Windows color (decimal): -1115958 or 13301998. OLE color: 13301998.
HSL color Cylindrical-coordinate representation of color #EEF8CA: hue angle of 73.04º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEF8CA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 238 | 248 | 202 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.03 |
| HSL | 73.04º | 0.77% | 0.88% | - |
| HSV(B) | 73.04º | 0.19% | 0.97% | - |
| XYZ | 79.49 | 89.58 | 68.98 | - |
| YUV | 239.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 248 | 202 | 0.04 | 0 | 0.19 | 0.03 | 73.04 | 0.77 | 0.88 |
| Hex | EE | F8 | CA | 4 | 0 | 13 | 3 | 49 | 4D | 58 |
| Octal | 356 | 370 | 312 | 4 | 0 | 23 | 3 | 111 | 115 | 130 |
| Binary | 11101110 | 11111000 | 11001010 | 100 | 0 | 10011 | 11 | 1001001 | 1001101 | 1011000 |
Color Harmonies of #EEF8CA
Complementary color
Monochromatic Colors of #EEF8CA
Black with #EEF8CA
Text Example
Text Example
White with #EEF8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF8CA; }
p { color: rgb(238,248,202); }
H1.HeaderClassName
{
color: #EEF8CA;
}
.AnyTagClassName
{
color: #EEF8CA;
}
</style>
background-color css
<style>
a { background-color: #EEF8CA; }
a { background-color: rgb(238,248,202); }
div.DivClassName
{
background-color: #EEF8CA;
}
.BgClassName
{
background-color: #EEF8CA;
}
</style>
border-color css
<style>
span { border-color: #EEF8CA; }
span { border-color: rgb(238,248,202); }
td.TdClassName
{
border-color: #EEF8CA;
}
.TagClassName
{
border-color: #EEF8CA;
}
</style>