Shades of Peppermint #CFE4C8
Tints of Peppermint #CFE4C8
RGB
CMYK
RGB Variations
Color information
#CFE4C8 (or 0xCFE4C8) is known color: Peppermint. HEX triplet: CF, E4 and C8. RGB value is (207,228,200). Sum of RGB (Red+Green+Blue) = 207+228+200=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 200 (78.52% from 255 or 31.50% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4C8 is #301B37. Grayscale: #DADADA. Windows color (decimal): -3152696 or 13165775. OLE color: 13165775.
HSL color Cylindrical-coordinate representation of color #CFE4C8: hue angle of 105º degrees, saturation: 0.34, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE4C8 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 200 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.11 |
| HSL | 105º | 0.34% | 0.84% | - |
| HSV(B) | 105º | 0.12% | 0.89% | - |
| XYZ | 63.9 | 72.92 | 65.35 | - |
| YUV | 218.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 200 | 0.09 | 0 | 0.12 | 0.11 | 105 | 0.34 | 0.84 |
| Hex | CF | E4 | C8 | 9 | 0 | C | B | 69 | 22 | 54 |
| Octal | 317 | 344 | 310 | 11 | 0 | 14 | 13 | 151 | 42 | 124 |
| Binary | 11001111 | 11100100 | 11001000 | 1001 | 0 | 1100 | 1011 | 1101001 | 100010 | 1010100 |
Color Harmonies of #CFE4C8
Complementary color
Monochromatic Colors of #CFE4C8
Black with #CFE4C8
Text Example
Text Example
White with #CFE4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4C8; }
p { color: rgb(207,228,200); }
H1.HeaderClassName
{
color: #CFE4C8;
}
.AnyTagClassName
{
color: #CFE4C8;
}
</style>
background-color css
<style>
a { background-color: #CFE4C8; }
a { background-color: rgb(207,228,200); }
div.DivClassName
{
background-color: #CFE4C8;
}
.BgClassName
{
background-color: #CFE4C8;
}
</style>
border-color css
<style>
span { border-color: #CFE4C8; }
span { border-color: rgb(207,228,200); }
td.TdClassName
{
border-color: #CFE4C8;
}
.TagClassName
{
border-color: #CFE4C8;
}
</style>