Shades of Snowy Mint #CFF9C6
Tints of Snowy Mint #CFF9C6
RGB
CMYK
RGB Variations
Color information
#CFF9C6 (or 0xCFF9C6) is known color: Snowy Mint. HEX triplet: CF, F9 and C6. RGB value is (207,249,198). Sum of RGB (Red+Green+Blue) = 207+249+198=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 198 (77.73% from 255 or 30.28% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF9C6 is #300639. Grayscale: #E6E6E6. Windows color (decimal): -3147322 or 13040079. OLE color: 13040079.
HSL color Cylindrical-coordinate representation of color #CFF9C6: hue angle of 109.41º degrees, saturation: 0.81, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFF9C6 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 198 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.02 |
| HSL | 109.41º | 0.81% | 0.88% | - |
| HSV(B) | 109.41º | 0.2% | 0.98% | - |
| XYZ | 69.8 | 85.09 | 66.17 | - |
| YUV | 230.63 | 109.59 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 198 | 0.17 | 0 | 0.20 | 0.02 | 109.41 | 0.81 | 0.88 |
| Hex | CF | F9 | C6 | 11 | 0 | 14 | 2 | 6D | 51 | 58 |
| Octal | 317 | 371 | 306 | 21 | 0 | 24 | 2 | 155 | 121 | 130 |
| Binary | 11001111 | 11111001 | 11000110 | 10001 | 0 | 10100 | 10 | 1101101 | 1010001 | 1011000 |
Color Harmonies of #CFF9C6
Complementary color
Monochromatic Colors of #CFF9C6
Black with #CFF9C6
Text Example
Text Example
White with #CFF9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9C6; }
p { color: rgb(207,249,198); }
H1.HeaderClassName
{
color: #CFF9C6;
}
.AnyTagClassName
{
color: #CFF9C6;
}
</style>
background-color css
<style>
a { background-color: #CFF9C6; }
a { background-color: rgb(207,249,198); }
div.DivClassName
{
background-color: #CFF9C6;
}
.BgClassName
{
background-color: #CFF9C6;
}
</style>
border-color css
<style>
span { border-color: #CFF9C6; }
span { border-color: rgb(207,249,198); }
td.TdClassName
{
border-color: #CFF9C6;
}
.TagClassName
{
border-color: #CFF9C6;
}
</style>