Shades of Peppermint #CFE6C8
Tints of Peppermint #CFE6C8
RGB
CMYK
RGB Variations
Color information
#CFE6C8 (or 0xCFE6C8) is known color: Peppermint. HEX triplet: CF, E6 and C8. RGB value is (207,230,200). Sum of RGB (Red+Green+Blue) = 207+230+200=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6C8 is #301937. Grayscale: #DBDBDB. Windows color (decimal): -3152184 or 13166287. OLE color: 13166287.
HSL color Cylindrical-coordinate representation of color #CFE6C8: hue angle of 106º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE6C8 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 200 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.10 |
| HSL | 106º | 0.38% | 0.84% | - |
| HSV(B) | 106º | 0.13% | 0.9% | - |
| XYZ | 64.45 | 74.03 | 65.54 | - |
| YUV | 219.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 200 | 0.10 | 0 | 0.13 | 0.10 | 106 | 0.38 | 0.84 |
| Hex | CF | E6 | C8 | A | 0 | D | A | 6A | 26 | 54 |
| Octal | 317 | 346 | 310 | 12 | 0 | 15 | 12 | 152 | 46 | 124 |
| Binary | 11001111 | 11100110 | 11001000 | 1010 | 0 | 1101 | 1010 | 1101010 | 100110 | 1010100 |
Color Harmonies of #CFE6C8
Complementary color
Monochromatic Colors of #CFE6C8
Black with #CFE6C8
Text Example
Text Example
White with #CFE6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6C8; }
p { color: rgb(207,230,200); }
H1.HeaderClassName
{
color: #CFE6C8;
}
.AnyTagClassName
{
color: #CFE6C8;
}
</style>
background-color css
<style>
a { background-color: #CFE6C8; }
a { background-color: rgb(207,230,200); }
div.DivClassName
{
background-color: #CFE6C8;
}
.BgClassName
{
background-color: #CFE6C8;
}
</style>
border-color css
<style>
span { border-color: #CFE6C8; }
span { border-color: rgb(207,230,200); }
td.TdClassName
{
border-color: #CFE6C8;
}
.TagClassName
{
border-color: #CFE6C8;
}
</style>