Shades of Peppermint #CFE0CD
Tints of Peppermint #CFE0CD
RGB
CMYK
RGB Variations
Color information
#CFE0CD (or 0xCFE0CD) is known color: Peppermint. HEX triplet: CF, E0 and CD. RGB value is (207,224,205). Sum of RGB (Red+Green+Blue) = 207+224+205=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 224 (87.89% from 255 or 35.22% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0CD is #301F32. Grayscale: #D8D8D8. Windows color (decimal): -3153715 or 13492431. OLE color: 13492431.
HSL color Cylindrical-coordinate representation of color #CFE0CD: hue angle of 113.68º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE0CD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 205 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.12 |
| HSL | 113.68º | 0.23% | 0.84% | - |
| HSV(B) | 113.68º | 0.08% | 0.88% | - |
| XYZ | 63.41 | 70.98 | 68.12 | - |
| YUV | 216.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 205 | 0.08 | 0 | 0.08 | 0.12 | 113.68 | 0.23 | 0.84 |
| Hex | CF | E0 | CD | 8 | 0 | 8 | C | 72 | 17 | 54 |
| Octal | 317 | 340 | 315 | 10 | 0 | 10 | 14 | 162 | 27 | 124 |
| Binary | 11001111 | 11100000 | 11001101 | 1000 | 0 | 1000 | 1100 | 1110010 | 10111 | 1010100 |
Color Harmonies of #CFE0CD
Complementary color
Monochromatic Colors of #CFE0CD
Black with #CFE0CD
Text Example
Text Example
White with #CFE0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0CD; }
p { color: rgb(207,224,205); }
H1.HeaderClassName
{
color: #CFE0CD;
}
.AnyTagClassName
{
color: #CFE0CD;
}
</style>
background-color css
<style>
a { background-color: #CFE0CD; }
a { background-color: rgb(207,224,205); }
div.DivClassName
{
background-color: #CFE0CD;
}
.BgClassName
{
background-color: #CFE0CD;
}
</style>
border-color css
<style>
span { border-color: #CFE0CD; }
span { border-color: rgb(207,224,205); }
td.TdClassName
{
border-color: #CFE0CD;
}
.TagClassName
{
border-color: #CFE0CD;
}
</style>