Shades of Peppermint #CFE1CB
Tints of Peppermint #CFE1CB
RGB
CMYK
RGB Variations
Color information
#CFE1CB (or 0xCFE1CB) is known color: Peppermint. HEX triplet: CF, E1 and CB. RGB value is (207,225,203). Sum of RGB (Red+Green+Blue) = 207+225+203=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CB is #301E34. Grayscale: #D9D9D9. Windows color (decimal): -3153461 or 13361615. OLE color: 13361615.
HSL color Cylindrical-coordinate representation of color #CFE1CB: hue angle of 109.09º degrees, saturation: 0.27, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE1CB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 203 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.12 |
| HSL | 109.09º | 0.27% | 0.84% | - |
| HSV(B) | 109.09º | 0.1% | 0.88% | - |
| XYZ | 63.44 | 71.43 | 66.94 | - |
| YUV | 217.11 | 120.04 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 203 | 0.08 | 0 | 0.10 | 0.12 | 109.09 | 0.27 | 0.84 |
| Hex | CF | E1 | CB | 8 | 0 | A | C | 6D | 1B | 54 |
| Octal | 317 | 341 | 313 | 10 | 0 | 12 | 14 | 155 | 33 | 124 |
| Binary | 11001111 | 11100001 | 11001011 | 1000 | 0 | 1010 | 1100 | 1101101 | 11011 | 1010100 |
Color Harmonies of #CFE1CB
Complementary color
Monochromatic Colors of #CFE1CB
Black with #CFE1CB
Text Example
Text Example
White with #CFE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1CB; }
p { color: rgb(207,225,203); }
H1.HeaderClassName
{
color: #CFE1CB;
}
.AnyTagClassName
{
color: #CFE1CB;
}
</style>
background-color css
<style>
a { background-color: #CFE1CB; }
a { background-color: rgb(207,225,203); }
div.DivClassName
{
background-color: #CFE1CB;
}
.BgClassName
{
background-color: #CFE1CB;
}
</style>
border-color css
<style>
span { border-color: #CFE1CB; }
span { border-color: rgb(207,225,203); }
td.TdClassName
{
border-color: #CFE1CB;
}
.TagClassName
{
border-color: #CFE1CB;
}
</style>