Shades of Snow Flurry #EEFFCF
Tints of Snow Flurry #EEFFCF
RGB
CMYK
RGB Variations
Color information
#EEFFCF (or 0xEEFFCF) is known color: Snow Flurry. HEX triplet: EE, FF and CF. RGB value is (238,255,207). Sum of RGB (Red+Green+Blue) = 238+255+207=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 207 (81.25% from 255 or 29.57% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFFCF is #110030. Grayscale: #F4F4F4. Windows color (decimal): -1114161 or 13631470. OLE color: 13631470.
HSL color Cylindrical-coordinate representation of color #EEFFCF: hue angle of 81.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EEFFCF is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 238 | 255 | 207 | - |
| CMYK | 0.07 | 0 | 0.19 | 0 |
| HSL | 81.25º | 1% | 0.91% | - |
| HSV(B) | 81.25º | 0.19% | 1% | - |
| XYZ | 82.28 | 94.2 | 72.88 | - |
| YUV | 244.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 255 | 207 | 0.07 | 0 | 0.19 | 0 | 81.25 | 1 | 0.91 |
| Hex | EE | FF | CF | 7 | 0 | 13 | 0 | 51 | 64 | 5B |
| Octal | 356 | 377 | 317 | 7 | 0 | 23 | 0 | 121 | 144 | 133 |
| Binary | 11101110 | 11111111 | 11001111 | 111 | 0 | 10011 | 0 | 1010001 | 1100100 | 1011011 |
Color Harmonies of #EEFFCF
Complementary color
Monochromatic Colors of #EEFFCF
Black with #EEFFCF
Text Example
Text Example
White with #EEFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEFFCF; }
p { color: rgb(238,255,207); }
H1.HeaderClassName
{
color: #EEFFCF;
}
.AnyTagClassName
{
color: #EEFFCF;
}
</style>
background-color css
<style>
a { background-color: #EEFFCF; }
a { background-color: rgb(238,255,207); }
div.DivClassName
{
background-color: #EEFFCF;
}
.BgClassName
{
background-color: #EEFFCF;
}
</style>
border-color css
<style>
span { border-color: #EEFFCF; }
span { border-color: rgb(238,255,207); }
td.TdClassName
{
border-color: #EEFFCF;
}
.TagClassName
{
border-color: #EEFFCF;
}
</style>