Shades of Snowy Mint #CFF0C7
Tints of Snowy Mint #CFF0C7
RGB
CMYK
RGB Variations
Color information
#CFF0C7 (or 0xCFF0C7) is known color: Snowy Mint. HEX triplet: CF, F0 and C7. RGB value is (207,240,199). Sum of RGB (Red+Green+Blue) = 207+240+199=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C7 is #300F38. Grayscale: #E1E1E1. Windows color (decimal): -3149625 or 13103311. OLE color: 13103311.
HSL color Cylindrical-coordinate representation of color #CFF0C7: hue angle of 108.29º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF0C7 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 199 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.06 |
| HSL | 108.29º | 0.58% | 0.86% | - |
| HSV(B) | 108.29º | 0.17% | 0.94% | - |
| XYZ | 67.2 | 79.71 | 65.88 | - |
| YUV | 225.46 | 113.07 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 199 | 0.14 | 0 | 0.17 | 0.06 | 108.29 | 0.58 | 0.86 |
| Hex | CF | F0 | C7 | E | 0 | 11 | 6 | 6C | 3A | 56 |
| Octal | 317 | 360 | 307 | 16 | 0 | 21 | 6 | 154 | 72 | 126 |
| Binary | 11001111 | 11110000 | 11000111 | 1110 | 0 | 10001 | 110 | 1101100 | 111010 | 1010110 |
Color Harmonies of #CFF0C7
Complementary color
Monochromatic Colors of #CFF0C7
Black with #CFF0C7
Text Example
Text Example
White with #CFF0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C7; }
p { color: rgb(207,240,199); }
H1.HeaderClassName
{
color: #CFF0C7;
}
.AnyTagClassName
{
color: #CFF0C7;
}
</style>
background-color css
<style>
a { background-color: #CFF0C7; }
a { background-color: rgb(207,240,199); }
div.DivClassName
{
background-color: #CFF0C7;
}
.BgClassName
{
background-color: #CFF0C7;
}
</style>
border-color css
<style>
span { border-color: #CFF0C7; }
span { border-color: rgb(207,240,199); }
td.TdClassName
{
border-color: #CFF0C7;
}
.TagClassName
{
border-color: #CFF0C7;
}
</style>