Shades of Snowy Mint #CFFFC6
Tints of Snowy Mint #CFFFC6
RGB
CMYK
RGB Variations
Color information
#CFFFC6 (or 0xCFFFC6) is known color: Snowy Mint. HEX triplet: CF, FF and C6. RGB value is (207,255,198). Sum of RGB (Red+Green+Blue) = 207+255+198=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 198 (77.73% from 255 or 30% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC6 is #300039. Grayscale: #EAEAEA. Windows color (decimal): -3145786 or 13041615. OLE color: 13041615.
HSL color Cylindrical-coordinate representation of color #CFFFC6: hue angle of 110.53º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFFFC6 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 198 | - |
| CMYK | 0.19 | 0 | 0.22 | 0 |
| HSL | 110.53º | 1% | 0.89% | - |
| HSV(B) | 110.53º | 0.22% | 1% | - |
| XYZ | 71.69 | 88.86 | 66.8 | - |
| YUV | 234.15 | 107.6 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 198 | 0.19 | 0 | 0.22 | 0 | 110.53 | 1 | 0.89 |
| Hex | CF | FF | C6 | 13 | 0 | 16 | 0 | 6F | 64 | 59 |
| Octal | 317 | 377 | 306 | 23 | 0 | 26 | 0 | 157 | 144 | 131 |
| Binary | 11001111 | 11111111 | 11000110 | 10011 | 0 | 10110 | 0 | 1101111 | 1100100 | 1011001 |
Color Harmonies of #CFFFC6
Complementary color
Monochromatic Colors of #CFFFC6
Black with #CFFFC6
Text Example
Text Example
White with #CFFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC6; }
p { color: rgb(207,255,198); }
H1.HeaderClassName
{
color: #CFFFC6;
}
.AnyTagClassName
{
color: #CFFFC6;
}
</style>
background-color css
<style>
a { background-color: #CFFFC6; }
a { background-color: rgb(207,255,198); }
div.DivClassName
{
background-color: #CFFFC6;
}
.BgClassName
{
background-color: #CFFFC6;
}
</style>
border-color css
<style>
span { border-color: #CFFFC6; }
span { border-color: rgb(207,255,198); }
td.TdClassName
{
border-color: #CFFFC6;
}
.TagClassName
{
border-color: #CFFFC6;
}
</style>