Shades of Peppermint #CFE1CC
Tints of Peppermint #CFE1CC
RGB
CMYK
RGB Variations
Color information
#CFE1CC (or 0xCFE1CC) is known color: Peppermint. HEX triplet: CF, E1 and CC. RGB value is (207,225,204). Sum of RGB (Red+Green+Blue) = 207+225+204=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1CC is #301E33. Grayscale: #D9D9D9. Windows color (decimal): -3153460 or 13427151. OLE color: 13427151.
HSL color Cylindrical-coordinate representation of color #CFE1CC: hue angle of 111.43º degrees, saturation: 0.26, 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 #CFE1CC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 204 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.12 |
| HSL | 111.43º | 0.26% | 0.84% | - |
| HSV(B) | 111.43º | 0.09% | 0.88% | - |
| XYZ | 63.56 | 71.48 | 67.57 | - |
| YUV | 217.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 204 | 0.08 | 0 | 0.09 | 0.12 | 111.43 | 0.26 | 0.84 |
| Hex | CF | E1 | CC | 8 | 0 | 9 | C | 6F | 1A | 54 |
| Octal | 317 | 341 | 314 | 10 | 0 | 11 | 14 | 157 | 32 | 124 |
| Binary | 11001111 | 11100001 | 11001100 | 1000 | 0 | 1001 | 1100 | 1101111 | 11010 | 1010100 |
Color Harmonies of #CFE1CC
Complementary color
Monochromatic Colors of #CFE1CC
Black with #CFE1CC
Text Example
Text Example
White with #CFE1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1CC; }
p { color: rgb(207,225,204); }
H1.HeaderClassName
{
color: #CFE1CC;
}
.AnyTagClassName
{
color: #CFE1CC;
}
</style>
background-color css
<style>
a { background-color: #CFE1CC; }
a { background-color: rgb(207,225,204); }
div.DivClassName
{
background-color: #CFE1CC;
}
.BgClassName
{
background-color: #CFE1CC;
}
</style>
border-color css
<style>
span { border-color: #CFE1CC; }
span { border-color: rgb(207,225,204); }
td.TdClassName
{
border-color: #CFE1CC;
}
.TagClassName
{
border-color: #CFE1CC;
}
</style>