Shades of Peppermint #CFE4C6
Tints of Peppermint #CFE4C6
RGB
CMYK
RGB Variations
Color information
#CFE4C6 (or 0xCFE4C6) is known color: Peppermint. HEX triplet: CF, E4 and C6. RGB value is (207,228,198). Sum of RGB (Red+Green+Blue) = 207+228+198=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 228 (89.45% from 255 or 36.02% from 633); Blue value is 198 (77.73% from 255 or 31.28% from 633); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4C6 is #301B39. Grayscale: #DADADA. Windows color (decimal): -3152698 or 13034703. OLE color: 13034703.
HSL color Cylindrical-coordinate representation of color #CFE4C6: hue angle of 102º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFE4C6 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 198 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.11 |
| HSL | 102º | 0.36% | 0.84% | - |
| HSV(B) | 102º | 0.13% | 0.89% | - |
| XYZ | 63.67 | 72.83 | 64.13 | - |
| YUV | 218.3 | 116.54 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 198 | 0.09 | 0 | 0.13 | 0.11 | 102 | 0.36 | 0.84 |
| Hex | CF | E4 | C6 | 9 | 0 | D | B | 66 | 24 | 54 |
| Octal | 317 | 344 | 306 | 11 | 0 | 15 | 13 | 146 | 44 | 124 |
| Binary | 11001111 | 11100100 | 11000110 | 1001 | 0 | 1101 | 1011 | 1100110 | 100100 | 1010100 |
Color Harmonies of #CFE4C6
Complementary color
Monochromatic Colors of #CFE4C6
Black with #CFE4C6
Text Example
Text Example
White with #CFE4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4C6; }
p { color: rgb(207,228,198); }
H1.HeaderClassName
{
color: #CFE4C6;
}
.AnyTagClassName
{
color: #CFE4C6;
}
</style>
background-color css
<style>
a { background-color: #CFE4C6; }
a { background-color: rgb(207,228,198); }
div.DivClassName
{
background-color: #CFE4C6;
}
.BgClassName
{
background-color: #CFE4C6;
}
</style>
border-color css
<style>
span { border-color: #CFE4C6; }
span { border-color: rgb(207,228,198); }
td.TdClassName
{
border-color: #CFE4C6;
}
.TagClassName
{
border-color: #CFE4C6;
}
</style>