Shades of Peppermint #CFE1C9
Tints of Peppermint #CFE1C9
RGB
CMYK
RGB Variations
Color information
#CFE1C9 (or 0xCFE1C9) is known color: Peppermint. HEX triplet: CF, E1 and C9. RGB value is (207,225,201). Sum of RGB (Red+Green+Blue) = 207+225+201=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C9 is #301E36. Grayscale: #D8D8D8. Windows color (decimal): -3153463 or 13230543. OLE color: 13230543.
HSL color Cylindrical-coordinate representation of color #CFE1C9: hue angle of 105º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE1C9 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 201 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.12 |
| HSL | 105º | 0.29% | 0.84% | - |
| HSV(B) | 105º | 0.11% | 0.88% | - |
| XYZ | 63.2 | 71.33 | 65.7 | - |
| YUV | 216.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 201 | 0.08 | 0 | 0.11 | 0.12 | 105 | 0.29 | 0.84 |
| Hex | CF | E1 | C9 | 8 | 0 | B | C | 69 | 1D | 54 |
| Octal | 317 | 341 | 311 | 10 | 0 | 13 | 14 | 151 | 35 | 124 |
| Binary | 11001111 | 11100001 | 11001001 | 1000 | 0 | 1011 | 1100 | 1101001 | 11101 | 1010100 |
Color Harmonies of #CFE1C9
Complementary color
Monochromatic Colors of #CFE1C9
Black with #CFE1C9
Text Example
Text Example
White with #CFE1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1C9; }
p { color: rgb(207,225,201); }
H1.HeaderClassName
{
color: #CFE1C9;
}
.AnyTagClassName
{
color: #CFE1C9;
}
</style>
background-color css
<style>
a { background-color: #CFE1C9; }
a { background-color: rgb(207,225,201); }
div.DivClassName
{
background-color: #CFE1C9;
}
.BgClassName
{
background-color: #CFE1C9;
}
</style>
border-color css
<style>
span { border-color: #CFE1C9; }
span { border-color: rgb(207,225,201); }
td.TdClassName
{
border-color: #CFE1C9;
}
.TagClassName
{
border-color: #CFE1C9;
}
</style>