Shades of Peppermint #CFE1C7
Tints of Peppermint #CFE1C7
RGB
CMYK
RGB Variations
Color information
#CFE1C7 (or 0xCFE1C7) is known color: Peppermint. HEX triplet: CF, E1 and C7. RGB value is (207,225,199). Sum of RGB (Red+Green+Blue) = 207+225+199=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 225 (88.28% from 255 or 35.66% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C7 is #301E38. Grayscale: #D8D8D8. Windows color (decimal): -3153465 or 13099471. OLE color: 13099471.
HSL color Cylindrical-coordinate representation of color #CFE1C7: hue angle of 101.54º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE1C7 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 199 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.12 |
| HSL | 101.54º | 0.3% | 0.83% | - |
| HSV(B) | 101.54º | 0.12% | 0.88% | - |
| XYZ | 62.97 | 71.24 | 64.46 | - |
| YUV | 216.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 199 | 0.08 | 0 | 0.12 | 0.12 | 101.54 | 0.3 | 0.83 |
| Hex | CF | E1 | C7 | 8 | 0 | C | C | 66 | 1E | 53 |
| Octal | 317 | 341 | 307 | 10 | 0 | 14 | 14 | 146 | 36 | 123 |
| Binary | 11001111 | 11100001 | 11000111 | 1000 | 0 | 1100 | 1100 | 1100110 | 11110 | 1010011 |
Color Harmonies of #CFE1C7
Complementary color
Monochromatic Colors of #CFE1C7
Black with #CFE1C7
Text Example
Text Example
White with #CFE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1C7; }
p { color: rgb(207,225,199); }
H1.HeaderClassName
{
color: #CFE1C7;
}
.AnyTagClassName
{
color: #CFE1C7;
}
</style>
background-color css
<style>
a { background-color: #CFE1C7; }
a { background-color: rgb(207,225,199); }
div.DivClassName
{
background-color: #CFE1C7;
}
.BgClassName
{
background-color: #CFE1C7;
}
</style>
border-color css
<style>
span { border-color: #CFE1C7; }
span { border-color: rgb(207,225,199); }
td.TdClassName
{
border-color: #CFE1C7;
}
.TagClassName
{
border-color: #CFE1C7;
}
</style>