Shades of Peppermint #CFE0CB
Tints of Peppermint #CFE0CB
RGB
CMYK
RGB Variations
Color information
#CFE0CB (or 0xCFE0CB) is known color: Peppermint. HEX triplet: CF, E0 and CB. RGB value is (207,224,203). Sum of RGB (Red+Green+Blue) = 207+224+203=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 224 (87.89% from 255 or 35.33% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE0CB is #301F34. Grayscale: #D8D8D8. Windows color (decimal): -3153717 or 13361359. OLE color: 13361359.
HSL color Cylindrical-coordinate representation of color #CFE0CB: hue angle of 108.57º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFE0CB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 203 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.12 |
| HSL | 108.57º | 0.25% | 0.84% | - |
| HSV(B) | 108.57º | 0.09% | 0.88% | - |
| XYZ | 63.17 | 70.89 | 66.85 | - |
| YUV | 216.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 203 | 0.08 | 0 | 0.09 | 0.12 | 108.57 | 0.25 | 0.84 |
| Hex | CF | E0 | CB | 8 | 0 | 9 | C | 6D | 19 | 54 |
| Octal | 317 | 340 | 313 | 10 | 0 | 11 | 14 | 155 | 31 | 124 |
| Binary | 11001111 | 11100000 | 11001011 | 1000 | 0 | 1001 | 1100 | 1101101 | 11001 | 1010100 |
Color Harmonies of #CFE0CB
Complementary color
Monochromatic Colors of #CFE0CB
Black with #CFE0CB
Text Example
Text Example
White with #CFE0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE0CB; }
p { color: rgb(207,224,203); }
H1.HeaderClassName
{
color: #CFE0CB;
}
.AnyTagClassName
{
color: #CFE0CB;
}
</style>
background-color css
<style>
a { background-color: #CFE0CB; }
a { background-color: rgb(207,224,203); }
div.DivClassName
{
background-color: #CFE0CB;
}
.BgClassName
{
background-color: #CFE0CB;
}
</style>
border-color css
<style>
span { border-color: #CFE0CB; }
span { border-color: rgb(207,224,203); }
td.TdClassName
{
border-color: #CFE0CB;
}
.TagClassName
{
border-color: #CFE0CB;
}
</style>