Shades of Snow Flurry #EFFFCF
Tints of Snow Flurry #EFFFCF
RGB
CMYK
RGB Variations
Color information
#EFFFCF (or 0xEFFFCF) is known color: Snow Flurry. HEX triplet: EF, FF and CF. RGB value is (239,255,207). Sum of RGB (Red+Green+Blue) = 239+255+207=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 255 (100% from 255 or 36.38% from 701); Blue value is 207 (81.25% from 255 or 29.53% from 701); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFFCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFFCF is #100030. Grayscale: #F4F4F4. Windows color (decimal): -1048625 or 13631471. OLE color: 13631471.
HSL color Cylindrical-coordinate representation of color #EFFFCF: hue angle of 80º 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 #EFFFCF is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 239 | 255 | 207 | - |
| CMYK | 0.06 | 0 | 0.19 | 0 |
| HSL | 80º | 1% | 0.91% | - |
| HSV(B) | 80º | 0.19% | 1% | - |
| XYZ | 82.62 | 94.38 | 72.89 | - |
| YUV | 244.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 255 | 207 | 0.06 | 0 | 0.19 | 0 | 80 | 1 | 0.91 |
| Hex | EF | FF | CF | 6 | 0 | 13 | 0 | 50 | 64 | 5B |
| Octal | 357 | 377 | 317 | 6 | 0 | 23 | 0 | 120 | 144 | 133 |
| Binary | 11101111 | 11111111 | 11001111 | 110 | 0 | 10011 | 0 | 1010000 | 1100100 | 1011011 |
Color Harmonies of #EFFFCF
Complementary color
Monochromatic Colors of #EFFFCF
Black with #EFFFCF
Text Example
Text Example
White with #EFFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFFCF; }
p { color: rgb(239,255,207); }
H1.HeaderClassName
{
color: #EFFFCF;
}
.AnyTagClassName
{
color: #EFFFCF;
}
</style>
background-color css
<style>
a { background-color: #EFFFCF; }
a { background-color: rgb(239,255,207); }
div.DivClassName
{
background-color: #EFFFCF;
}
.BgClassName
{
background-color: #EFFFCF;
}
</style>
border-color css
<style>
span { border-color: #EFFFCF; }
span { border-color: rgb(239,255,207); }
td.TdClassName
{
border-color: #EFFFCF;
}
.TagClassName
{
border-color: #EFFFCF;
}
</style>