Shades of Peppermint #CFDFC8
Tints of Peppermint #CFDFC8
RGB
CMYK
RGB Variations
Color information
#CFDFC8 (or 0xCFDFC8) is known color: Peppermint. HEX triplet: CF, DF and C8. RGB value is (207,223,200). Sum of RGB (Red+Green+Blue) = 207+223+200=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFC8 is #302037. Grayscale: #D7D7D7. Windows color (decimal): -3153976 or 13164495. OLE color: 13164495.
HSL color Cylindrical-coordinate representation of color #CFDFC8: hue angle of 101.74º 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 #CFDFC8 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 200 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.13 |
| HSL | 101.74º | 0.26% | 0.83% | - |
| HSV(B) | 101.74º | 0.1% | 0.87% | - |
| XYZ | 62.55 | 70.21 | 64.9 | - |
| YUV | 215.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 200 | 0.07 | 0 | 0.10 | 0.13 | 101.74 | 0.26 | 0.83 |
| Hex | CF | DF | C8 | 7 | 0 | A | D | 66 | 1A | 53 |
| Octal | 317 | 337 | 310 | 7 | 0 | 12 | 15 | 146 | 32 | 123 |
| Binary | 11001111 | 11011111 | 11001000 | 111 | 0 | 1010 | 1101 | 1100110 | 11010 | 1010011 |
Color Harmonies of #CFDFC8
Complementary color
Monochromatic Colors of #CFDFC8
Black with #CFDFC8
Text Example
Text Example
White with #CFDFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFC8; }
p { color: rgb(207,223,200); }
H1.HeaderClassName
{
color: #CFDFC8;
}
.AnyTagClassName
{
color: #CFDFC8;
}
</style>
background-color css
<style>
a { background-color: #CFDFC8; }
a { background-color: rgb(207,223,200); }
div.DivClassName
{
background-color: #CFDFC8;
}
.BgClassName
{
background-color: #CFDFC8;
}
</style>
border-color css
<style>
span { border-color: #CFDFC8; }
span { border-color: rgb(207,223,200); }
td.TdClassName
{
border-color: #CFDFC8;
}
.TagClassName
{
border-color: #CFDFC8;
}
</style>