Shades of Snowy Mint #CFF0C6
Tints of Snowy Mint #CFF0C6
RGB
CMYK
RGB Variations
Color information
#CFF0C6 (or 0xCFF0C6) is known color: Snowy Mint. HEX triplet: CF, F0 and C6. RGB value is (207,240,198). Sum of RGB (Red+Green+Blue) = 207+240+198=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 240 (94.14% from 255 or 37.21% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C6 is #300F39. Grayscale: #E1E1E1. Windows color (decimal): -3149626 or 13037775. OLE color: 13037775.
HSL color Cylindrical-coordinate representation of color #CFF0C6: hue angle of 107.14º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF0C6 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 198 | - |
| CMYK | 0.14 | 0 | 0.18 | 0.06 |
| HSL | 107.14º | 0.58% | 0.86% | - |
| HSV(B) | 107.14º | 0.18% | 0.94% | - |
| XYZ | 67.09 | 79.66 | 65.27 | - |
| YUV | 225.35 | 112.57 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 198 | 0.14 | 0 | 0.18 | 0.06 | 107.14 | 0.58 | 0.86 |
| Hex | CF | F0 | C6 | E | 0 | 12 | 6 | 6B | 3A | 56 |
| Octal | 317 | 360 | 306 | 16 | 0 | 22 | 6 | 153 | 72 | 126 |
| Binary | 11001111 | 11110000 | 11000110 | 1110 | 0 | 10010 | 110 | 1101011 | 111010 | 1010110 |
Color Harmonies of #CFF0C6
Complementary color
Monochromatic Colors of #CFF0C6
Black with #CFF0C6
Text Example
Text Example
White with #CFF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF0C6; }
p { color: rgb(207,240,198); }
H1.HeaderClassName
{
color: #CFF0C6;
}
.AnyTagClassName
{
color: #CFF0C6;
}
</style>
background-color css
<style>
a { background-color: #CFF0C6; }
a { background-color: rgb(207,240,198); }
div.DivClassName
{
background-color: #CFF0C6;
}
.BgClassName
{
background-color: #CFF0C6;
}
</style>
border-color css
<style>
span { border-color: #CFF0C6; }
span { border-color: rgb(207,240,198); }
td.TdClassName
{
border-color: #CFF0C6;
}
.TagClassName
{
border-color: #CFF0C6;
}
</style>