Shades of Snow Flurry #EEF9D5
Tints of Snow Flurry #EEF9D5
RGB
CMYK
RGB Variations
Color information
#EEF9D5 (or 0xEEF9D5) is known color: Snow Flurry. HEX triplet: EE, F9 and D5. RGB value is (238,249,213). Sum of RGB (Red+Green+Blue) = 238+249+213=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 213 (83.59% from 255 or 30.43% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9D5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9D5 is #11062A. Grayscale: #F1F1F1. Windows color (decimal): -1115691 or 14023150. OLE color: 14023150.
HSL color Cylindrical-coordinate representation of color #EEF9D5: hue angle of 78.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF9D5 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 213 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.02 |
| HSL | 78.33º | 0.75% | 0.91% | - |
| HSV(B) | 78.33º | 0.14% | 0.98% | - |
| XYZ | 81.15 | 90.73 | 76.19 | - |
| YUV | 241.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 213 | 0.04 | 0 | 0.14 | 0.02 | 78.33 | 0.75 | 0.91 |
| Hex | EE | F9 | D5 | 4 | 0 | E | 2 | 4E | 4B | 5B |
| Octal | 356 | 371 | 325 | 4 | 0 | 16 | 2 | 116 | 113 | 133 |
| Binary | 11101110 | 11111001 | 11010101 | 100 | 0 | 1110 | 10 | 1001110 | 1001011 | 1011011 |
Color Harmonies of #EEF9D5
Complementary color
Monochromatic Colors of #EEF9D5
Black with #EEF9D5
Text Example
Text Example
White with #EEF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9D5; }
p { color: rgb(238,249,213); }
H1.HeaderClassName
{
color: #EEF9D5;
}
.AnyTagClassName
{
color: #EEF9D5;
}
</style>
background-color css
<style>
a { background-color: #EEF9D5; }
a { background-color: rgb(238,249,213); }
div.DivClassName
{
background-color: #EEF9D5;
}
.BgClassName
{
background-color: #EEF9D5;
}
</style>
border-color css
<style>
span { border-color: #EEF9D5; }
span { border-color: rgb(238,249,213); }
td.TdClassName
{
border-color: #EEF9D5;
}
.TagClassName
{
border-color: #EEF9D5;
}
</style>