Shades of Snowy Mint #CFFFC7
Tints of Snowy Mint #CFFFC7
RGB
CMYK
RGB Variations
Color information
#CFFFC7 (or 0xCFFFC7) is known color: Snowy Mint. HEX triplet: CF, FF and C7. RGB value is (207,255,199). Sum of RGB (Red+Green+Blue) = 207+255+199=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 199 (78.12% from 255 or 30.11% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC7 is #300038. Grayscale: #EAEAEA. Windows color (decimal): -3145785 or 13107151. OLE color: 13107151.
HSL color Cylindrical-coordinate representation of color #CFFFC7: hue angle of 111.43º 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 #CFFFC7 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 199 | - |
| CMYK | 0.19 | 0 | 0.22 | 0 |
| HSL | 111.43º | 1% | 0.89% | - |
| HSV(B) | 111.43º | 0.22% | 1% | - |
| XYZ | 71.8 | 88.91 | 67.41 | - |
| YUV | 234.26 | 108.1 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 199 | 0.19 | 0 | 0.22 | 0 | 111.43 | 1 | 0.89 |
| Hex | CF | FF | C7 | 13 | 0 | 16 | 0 | 6F | 64 | 59 |
| Octal | 317 | 377 | 307 | 23 | 0 | 26 | 0 | 157 | 144 | 131 |
| Binary | 11001111 | 11111111 | 11000111 | 10011 | 0 | 10110 | 0 | 1101111 | 1100100 | 1011001 |
Color Harmonies of #CFFFC7
Complementary color
Monochromatic Colors of #CFFFC7
Black with #CFFFC7
Text Example
Text Example
White with #CFFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC7; }
p { color: rgb(207,255,199); }
H1.HeaderClassName
{
color: #CFFFC7;
}
.AnyTagClassName
{
color: #CFFFC7;
}
</style>
background-color css
<style>
a { background-color: #CFFFC7; }
a { background-color: rgb(207,255,199); }
div.DivClassName
{
background-color: #CFFFC7;
}
.BgClassName
{
background-color: #CFFFC7;
}
</style>
border-color css
<style>
span { border-color: #CFFFC7; }
span { border-color: rgb(207,255,199); }
td.TdClassName
{
border-color: #CFFFC7;
}
.TagClassName
{
border-color: #CFFFC7;
}
</style>