Shades of Peppermint #CFDFCC
Tints of Peppermint #CFDFCC
RGB
CMYK
RGB Variations
Color information
#CFDFCC (or 0xCFDFCC) is known color: Peppermint. HEX triplet: CF, DF and CC. RGB value is (207,223,204). Sum of RGB (Red+Green+Blue) = 207+223+204=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFCC is #302033. Grayscale: #D8D8D8. Windows color (decimal): -3153972 or 13426639. OLE color: 13426639.
HSL color Cylindrical-coordinate representation of color #CFDFCC: hue angle of 110.53º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDFCC is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 204 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.13 |
| HSL | 110.53º | 0.23% | 0.84% | - |
| HSV(B) | 110.53º | 0.09% | 0.87% | - |
| XYZ | 63.02 | 70.4 | 67.39 | - |
| YUV | 216.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 204 | 0.07 | 0 | 0.09 | 0.13 | 110.53 | 0.23 | 0.84 |
| Hex | CF | DF | CC | 7 | 0 | 9 | D | 6F | 17 | 54 |
| Octal | 317 | 337 | 314 | 7 | 0 | 11 | 15 | 157 | 27 | 124 |
| Binary | 11001111 | 11011111 | 11001100 | 111 | 0 | 1001 | 1101 | 1101111 | 10111 | 1010100 |
Color Harmonies of #CFDFCC
Complementary color
Monochromatic Colors of #CFDFCC
Black with #CFDFCC
Text Example
Text Example
White with #CFDFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFCC; }
p { color: rgb(207,223,204); }
H1.HeaderClassName
{
color: #CFDFCC;
}
.AnyTagClassName
{
color: #CFDFCC;
}
</style>
background-color css
<style>
a { background-color: #CFDFCC; }
a { background-color: rgb(207,223,204); }
div.DivClassName
{
background-color: #CFDFCC;
}
.BgClassName
{
background-color: #CFDFCC;
}
</style>
border-color css
<style>
span { border-color: #CFDFCC; }
span { border-color: rgb(207,223,204); }
td.TdClassName
{
border-color: #CFDFCC;
}
.TagClassName
{
border-color: #CFDFCC;
}
</style>