Shades of Peppermint #CFDFC9
Tints of Peppermint #CFDFC9
RGB
CMYK
RGB Variations
Color information
#CFDFC9 (or 0xCFDFC9) is known color: Peppermint. HEX triplet: CF, DF and C9. RGB value is (207,223,201). Sum of RGB (Red+Green+Blue) = 207+223+201=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC9 is #302036. Grayscale: #D7D7D7. Windows color (decimal): -3153975 or 13230031. OLE color: 13230031.
HSL color Cylindrical-coordinate representation of color #CFDFC9: hue angle of 103.64º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFDFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 201 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.13 |
| HSL | 103.64º | 0.26% | 0.83% | - |
| HSV(B) | 103.64º | 0.1% | 0.87% | - |
| XYZ | 62.66 | 70.26 | 65.52 | - |
| YUV | 215.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 201 | 0.07 | 0 | 0.10 | 0.13 | 103.64 | 0.26 | 0.83 |
| Hex | CF | DF | C9 | 7 | 0 | A | D | 68 | 1A | 53 |
| Octal | 317 | 337 | 311 | 7 | 0 | 12 | 15 | 150 | 32 | 123 |
| Binary | 11001111 | 11011111 | 11001001 | 111 | 0 | 1010 | 1101 | 1101000 | 11010 | 1010011 |
Color Harmonies of #CFDFC9
Complementary color
Monochromatic Colors of #CFDFC9
Black with #CFDFC9
Text Example
Text Example
White with #CFDFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFC9; }
p { color: rgb(207,223,201); }
H1.HeaderClassName
{
color: #CFDFC9;
}
.AnyTagClassName
{
color: #CFDFC9;
}
</style>
background-color css
<style>
a { background-color: #CFDFC9; }
a { background-color: rgb(207,223,201); }
div.DivClassName
{
background-color: #CFDFC9;
}
.BgClassName
{
background-color: #CFDFC9;
}
</style>
border-color css
<style>
span { border-color: #CFDFC9; }
span { border-color: rgb(207,223,201); }
td.TdClassName
{
border-color: #CFDFC9;
}
.TagClassName
{
border-color: #CFDFC9;
}
</style>