Shades of Snow Flurry #EFFCCF
Tints of Snow Flurry #EFFCCF
RGB
CMYK
RGB Variations
Color information
#EFFCCF (or 0xEFFCCF) is known color: Snow Flurry. HEX triplet: EF, FC and CF. RGB value is (239,252,207). Sum of RGB (Red+Green+Blue) = 239+252+207=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 252 (98.83% from 255 or 36.10% from 698); Blue value is 207 (81.25% from 255 or 29.66% from 698); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCCF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCCF is #100330. Grayscale: #F3F3F3. Windows color (decimal): -1049393 or 13630703. OLE color: 13630703.
HSL color Cylindrical-coordinate representation of color #EFFCCF: hue angle of 77.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFFCCF is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 252 | 207 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.01 |
| HSL | 77.33º | 0.88% | 0.9% | - |
| HSV(B) | 77.33º | 0.18% | 0.99% | - |
| XYZ | 81.67 | 92.48 | 72.58 | - |
| YUV | 242.98 | 107.69 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 252 | 207 | 0.05 | 0 | 0.18 | 0.01 | 77.33 | 0.88 | 0.9 |
| Hex | EF | FC | CF | 5 | 0 | 12 | 1 | 4D | 58 | 5A |
| Octal | 357 | 374 | 317 | 5 | 0 | 22 | 1 | 115 | 130 | 132 |
| Binary | 11101111 | 11111100 | 11001111 | 101 | 0 | 10010 | 1 | 1001101 | 1011000 | 1011010 |
Color Harmonies of #EFFCCF
Complementary color
Monochromatic Colors of #EFFCCF
Black with #EFFCCF
Text Example
Text Example
White with #EFFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFCCF; }
p { color: rgb(239,252,207); }
H1.HeaderClassName
{
color: #EFFCCF;
}
.AnyTagClassName
{
color: #EFFCCF;
}
</style>
background-color css
<style>
a { background-color: #EFFCCF; }
a { background-color: rgb(239,252,207); }
div.DivClassName
{
background-color: #EFFCCF;
}
.BgClassName
{
background-color: #EFFCCF;
}
</style>
border-color css
<style>
span { border-color: #EFFCCF; }
span { border-color: rgb(239,252,207); }
td.TdClassName
{
border-color: #EFFCCF;
}
.TagClassName
{
border-color: #EFFCCF;
}
</style>