Shades of Peppermint #CFE3CA
Tints of Peppermint #CFE3CA
RGB
CMYK
RGB Variations
Color information
#CFE3CA (or 0xCFE3CA) is known color: Peppermint. HEX triplet: CF, E3 and CA. RGB value is (207,227,202). Sum of RGB (Red+Green+Blue) = 207+227+202=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 227 (89.06% from 255 or 35.69% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE3CA is #301C35. Grayscale: #DADADA. Windows color (decimal): -3152950 or 13296591. OLE color: 13296591.
HSL color Cylindrical-coordinate representation of color #CFE3CA: hue angle of 108º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE3CA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 202 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.11 |
| HSL | 108º | 0.31% | 0.84% | - |
| HSV(B) | 108º | 0.11% | 0.89% | - |
| XYZ | 63.86 | 72.47 | 66.5 | - |
| YUV | 218.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 202 | 0.09 | 0 | 0.11 | 0.11 | 108 | 0.31 | 0.84 |
| Hex | CF | E3 | CA | 9 | 0 | B | B | 6C | 1F | 54 |
| Octal | 317 | 343 | 312 | 11 | 0 | 13 | 13 | 154 | 37 | 124 |
| Binary | 11001111 | 11100011 | 11001010 | 1001 | 0 | 1011 | 1011 | 1101100 | 11111 | 1010100 |
Color Harmonies of #CFE3CA
Complementary color
Monochromatic Colors of #CFE3CA
Black with #CFE3CA
Text Example
Text Example
White with #CFE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3CA; }
p { color: rgb(207,227,202); }
H1.HeaderClassName
{
color: #CFE3CA;
}
.AnyTagClassName
{
color: #CFE3CA;
}
</style>
background-color css
<style>
a { background-color: #CFE3CA; }
a { background-color: rgb(207,227,202); }
div.DivClassName
{
background-color: #CFE3CA;
}
.BgClassName
{
background-color: #CFE3CA;
}
</style>
border-color css
<style>
span { border-color: #CFE3CA; }
span { border-color: rgb(207,227,202); }
td.TdClassName
{
border-color: #CFE3CA;
}
.TagClassName
{
border-color: #CFE3CA;
}
</style>