Shades of Snowy Mint #CFFFC8
Tints of Snowy Mint #CFFFC8
RGB
CMYK
RGB Variations
Color information
#CFFFC8 (or 0xCFFFC8) is known color: Snowy Mint. HEX triplet: CF, FF and C8. RGB value is (207,255,200). Sum of RGB (Red+Green+Blue) = 207+255+200=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 200 (78.52% from 255 or 30.21% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFC8 is #300037. Grayscale: #EAEAEA. Windows color (decimal): -3145784 or 13172687. OLE color: 13172687.
HSL color Cylindrical-coordinate representation of color #CFFFC8: hue angle of 112.36º 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 #CFFFC8 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 200 | - |
| CMYK | 0.19 | 0 | 0.22 | 0 |
| HSL | 112.36º | 1% | 0.89% | - |
| HSV(B) | 112.36º | 0.22% | 1% | - |
| XYZ | 71.92 | 88.96 | 68.02 | - |
| YUV | 234.38 | 108.6 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 200 | 0.19 | 0 | 0.22 | 0 | 112.36 | 1 | 0.89 |
| Hex | CF | FF | C8 | 13 | 0 | 16 | 0 | 70 | 64 | 59 |
| Octal | 317 | 377 | 310 | 23 | 0 | 26 | 0 | 160 | 144 | 131 |
| Binary | 11001111 | 11111111 | 11001000 | 10011 | 0 | 10110 | 0 | 1110000 | 1100100 | 1011001 |
Color Harmonies of #CFFFC8
Complementary color
Monochromatic Colors of #CFFFC8
Black with #CFFFC8
Text Example
Text Example
White with #CFFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFC8; }
p { color: rgb(207,255,200); }
H1.HeaderClassName
{
color: #CFFFC8;
}
.AnyTagClassName
{
color: #CFFFC8;
}
</style>
background-color css
<style>
a { background-color: #CFFFC8; }
a { background-color: rgb(207,255,200); }
div.DivClassName
{
background-color: #CFFFC8;
}
.BgClassName
{
background-color: #CFFFC8;
}
</style>
border-color css
<style>
span { border-color: #CFFFC8; }
span { border-color: rgb(207,255,200); }
td.TdClassName
{
border-color: #CFFFC8;
}
.TagClassName
{
border-color: #CFFFC8;
}
</style>