Shades of Snow Flurry #EEF9D6
Tints of Snow Flurry #EEF9D6
RGB
CMYK
RGB Variations
Color information
#EEF9D6 (or 0xEEF9D6) is known color: Snow Flurry. HEX triplet: EE, F9 and D6. RGB value is (238,249,214). Sum of RGB (Red+Green+Blue) = 238+249+214=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 214 (83.98% from 255 or 30.53% from 701); Max value from RGB is 249 - color contains mainly: green. Hex color #EEF9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF9D6 is #110629. Grayscale: #F1F1F1. Windows color (decimal): -1115690 or 14088686. OLE color: 14088686.
HSL color Cylindrical-coordinate representation of color #EEF9D6: hue angle of 78.86º degrees, saturation: 0.74, 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 #EEF9D6 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 238 | 249 | 214 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.02 |
| HSL | 78.86º | 0.74% | 0.91% | - |
| HSV(B) | 78.86º | 0.14% | 0.98% | - |
| XYZ | 81.27 | 90.78 | 76.86 | - |
| YUV | 241.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 249 | 214 | 0.04 | 0 | 0.14 | 0.02 | 78.86 | 0.74 | 0.91 |
| Hex | EE | F9 | D6 | 4 | 0 | E | 2 | 4F | 4A | 5B |
| Octal | 356 | 371 | 326 | 4 | 0 | 16 | 2 | 117 | 112 | 133 |
| Binary | 11101110 | 11111001 | 11010110 | 100 | 0 | 1110 | 10 | 1001111 | 1001010 | 1011011 |
Color Harmonies of #EEF9D6
Complementary color
Monochromatic Colors of #EEF9D6
Black with #EEF9D6
Text Example
Text Example
White with #EEF9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF9D6; }
p { color: rgb(238,249,214); }
H1.HeaderClassName
{
color: #EEF9D6;
}
.AnyTagClassName
{
color: #EEF9D6;
}
</style>
background-color css
<style>
a { background-color: #EEF9D6; }
a { background-color: rgb(238,249,214); }
div.DivClassName
{
background-color: #EEF9D6;
}
.BgClassName
{
background-color: #EEF9D6;
}
</style>
border-color css
<style>
span { border-color: #EEF9D6; }
span { border-color: rgb(238,249,214); }
td.TdClassName
{
border-color: #EEF9D6;
}
.TagClassName
{
border-color: #EEF9D6;
}
</style>