Shades of Peppermint #CFE1C8
Tints of Peppermint #CFE1C8
RGB
CMYK
RGB Variations
Color information
#CFE1C8 (or 0xCFE1C8) is known color: Peppermint. HEX triplet: CF, E1 and C8. RGB value is (207,225,200). Sum of RGB (Red+Green+Blue) = 207+225+200=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1C8 is #301E37. Grayscale: #D8D8D8. Windows color (decimal): -3153464 or 13165007. OLE color: 13165007.
HSL color Cylindrical-coordinate representation of color #CFE1C8: hue angle of 103.2º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE1C8 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 200 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.12 |
| HSL | 103.2º | 0.29% | 0.83% | - |
| HSV(B) | 103.2º | 0.11% | 0.88% | - |
| XYZ | 63.08 | 71.29 | 65.08 | - |
| YUV | 216.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 200 | 0.08 | 0 | 0.11 | 0.12 | 103.2 | 0.29 | 0.83 |
| Hex | CF | E1 | C8 | 8 | 0 | B | C | 67 | 1D | 53 |
| Octal | 317 | 341 | 310 | 10 | 0 | 13 | 14 | 147 | 35 | 123 |
| Binary | 11001111 | 11100001 | 11001000 | 1000 | 0 | 1011 | 1100 | 1100111 | 11101 | 1010011 |
Color Harmonies of #CFE1C8
Complementary color
Monochromatic Colors of #CFE1C8
Black with #CFE1C8
Text Example
Text Example
White with #CFE1C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1C8; }
p { color: rgb(207,225,200); }
H1.HeaderClassName
{
color: #CFE1C8;
}
.AnyTagClassName
{
color: #CFE1C8;
}
</style>
background-color css
<style>
a { background-color: #CFE1C8; }
a { background-color: rgb(207,225,200); }
div.DivClassName
{
background-color: #CFE1C8;
}
.BgClassName
{
background-color: #CFE1C8;
}
</style>
border-color css
<style>
span { border-color: #CFE1C8; }
span { border-color: rgb(207,225,200); }
td.TdClassName
{
border-color: #CFE1C8;
}
.TagClassName
{
border-color: #CFE1C8;
}
</style>