Shades of Peppermint #CFDDC9
Tints of Peppermint #CFDDC9
RGB
CMYK
RGB Variations
Color information
#CFDDC9 (or 0xCFDDC9) is known color: Peppermint. HEX triplet: CF, DD and C9. RGB value is (207,221,201). Sum of RGB (Red+Green+Blue) = 207+221+201=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDC9 is #302236. Grayscale: #D6D6D6. Windows color (decimal): -3154487 or 13229519. OLE color: 13229519.
HSL color Cylindrical-coordinate representation of color #CFDDC9: hue angle of 102º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDDC9 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 201 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.13 |
| HSL | 102º | 0.23% | 0.83% | - |
| HSV(B) | 102º | 0.09% | 0.87% | - |
| XYZ | 62.13 | 69.2 | 65.34 | - |
| YUV | 214.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 201 | 0.06 | 0 | 0.09 | 0.13 | 102 | 0.23 | 0.83 |
| Hex | CF | DD | C9 | 6 | 0 | 9 | D | 66 | 17 | 53 |
| Octal | 317 | 335 | 311 | 6 | 0 | 11 | 15 | 146 | 27 | 123 |
| Binary | 11001111 | 11011101 | 11001001 | 110 | 0 | 1001 | 1101 | 1100110 | 10111 | 1010011 |
Color Harmonies of #CFDDC9
Complementary color
Monochromatic Colors of #CFDDC9
Black with #CFDDC9
Text Example
Text Example
White with #CFDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDC9; }
p { color: rgb(207,221,201); }
H1.HeaderClassName
{
color: #CFDDC9;
}
.AnyTagClassName
{
color: #CFDDC9;
}
</style>
background-color css
<style>
a { background-color: #CFDDC9; }
a { background-color: rgb(207,221,201); }
div.DivClassName
{
background-color: #CFDDC9;
}
.BgClassName
{
background-color: #CFDDC9;
}
</style>
border-color css
<style>
span { border-color: #CFDDC9; }
span { border-color: rgb(207,221,201); }
td.TdClassName
{
border-color: #CFDDC9;
}
.TagClassName
{
border-color: #CFDDC9;
}
</style>