Shades of Peppermint #CFDEC9
Tints of Peppermint #CFDEC9
RGB
CMYK
RGB Variations
Color information
#CFDEC9 (or 0xCFDEC9) is known color: Peppermint. HEX triplet: CF, DE and C9. RGB value is (207,222,201). Sum of RGB (Red+Green+Blue) = 207+222+201=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEC9 is #302136. Grayscale: #D7D7D7. Windows color (decimal): -3154231 or 13229775. OLE color: 13229775.
HSL color Cylindrical-coordinate representation of color #CFDEC9: hue angle of 102.86º degrees, saturation: 0.24, 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 #CFDEC9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 201 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.13 |
| HSL | 102.86º | 0.24% | 0.83% | - |
| HSV(B) | 102.86º | 0.09% | 0.87% | - |
| XYZ | 62.4 | 69.73 | 65.43 | - |
| YUV | 215.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 201 | 0.07 | 0 | 0.09 | 0.13 | 102.86 | 0.24 | 0.83 |
| Hex | CF | DE | C9 | 7 | 0 | 9 | D | 67 | 18 | 53 |
| Octal | 317 | 336 | 311 | 7 | 0 | 11 | 15 | 147 | 30 | 123 |
| Binary | 11001111 | 11011110 | 11001001 | 111 | 0 | 1001 | 1101 | 1100111 | 11000 | 1010011 |
Color Harmonies of #CFDEC9
Complementary color
Monochromatic Colors of #CFDEC9
Black with #CFDEC9
Text Example
Text Example
White with #CFDEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEC9; }
p { color: rgb(207,222,201); }
H1.HeaderClassName
{
color: #CFDEC9;
}
.AnyTagClassName
{
color: #CFDEC9;
}
</style>
background-color css
<style>
a { background-color: #CFDEC9; }
a { background-color: rgb(207,222,201); }
div.DivClassName
{
background-color: #CFDEC9;
}
.BgClassName
{
background-color: #CFDEC9;
}
</style>
border-color css
<style>
span { border-color: #CFDEC9; }
span { border-color: rgb(207,222,201); }
td.TdClassName
{
border-color: #CFDEC9;
}
.TagClassName
{
border-color: #CFDEC9;
}
</style>