Shades of Snow Flurry #EEFFCE
Tints of Snow Flurry #EEFFCE
RGB
CMYK
RGB Variations
Color information
#EEFFCE (or 0xEEFFCE) is known color: Snow Flurry. HEX triplet: EE, FF and CE. RGB value is (238,255,206). Sum of RGB (Red+Green+Blue) = 238+255+206=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 206 (80.86% from 255 or 29.47% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFCE is #110031. Grayscale: #F4F4F4. Windows color (decimal): -1114162 or 13565934. OLE color: 13565934.
HSL color Cylindrical-coordinate representation of color #EEFFCE: hue angle of 80.82º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEFFCE is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 206 | - |
| CMYK | 0.07 | 0 | 0.19 | 0 |
| HSL | 80.82º | 1% | 0.9% | - |
| HSV(B) | 80.82º | 0.19% | 1% | - |
| XYZ | 82.16 | 94.15 | 72.24 | - |
| YUV | 244.33 | 106.37 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 206 | 0.07 | 0 | 0.19 | 0 | 80.82 | 1 | 0.9 |
| Hex | EE | FF | CE | 7 | 0 | 13 | 0 | 51 | 64 | 5A |
| Octal | 356 | 377 | 316 | 7 | 0 | 23 | 0 | 121 | 144 | 132 |
| Binary | 11101110 | 11111111 | 11001110 | 111 | 0 | 10011 | 0 | 1010001 | 1100100 | 1011010 |
Color Harmonies of #EEFFCE
Complementary color
Monochromatic Colors of #EEFFCE
Black with #EEFFCE
Text Example
Text Example
White with #EEFFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFCE; }
p { color: rgb(238,255,206); }
H1.HeaderClassName
{
color: #EEFFCE;
}
.AnyTagClassName
{
color: #EEFFCE;
}
</style>
background-color css
<style>
a { background-color: #EEFFCE; }
a { background-color: rgb(238,255,206); }
div.DivClassName
{
background-color: #EEFFCE;
}
.BgClassName
{
background-color: #EEFFCE;
}
</style>
border-color css
<style>
span { border-color: #EEFFCE; }
span { border-color: rgb(238,255,206); }
td.TdClassName
{
border-color: #EEFFCE;
}
.TagClassName
{
border-color: #EEFFCE;
}
</style>