Shades of Peppermint #CFE4CA
Tints of Peppermint #CFE4CA
RGB
CMYK
RGB Variations
Color information
#CFE4CA (or 0xCFE4CA) is known color: Peppermint. HEX triplet: CF, E4 and CA. RGB value is (207,228,202). Sum of RGB (Red+Green+Blue) = 207+228+202=637 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.50% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4CA is #301B35. Grayscale: #DADADA. Windows color (decimal): -3152694 or 13296847. OLE color: 13296847.
HSL color Cylindrical-coordinate representation of color #CFE4CA: hue angle of 108.46º degrees, saturation: 0.32, 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 #CFE4CA is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 202 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.11 |
| HSL | 108.46º | 0.33% | 0.84% | - |
| HSV(B) | 108.46º | 0.11% | 0.89% | - |
| XYZ | 64.14 | 73.02 | 66.59 | - |
| YUV | 218.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 202 | 0.09 | 0 | 0.11 | 0.11 | 108.46 | 0.33 | 0.84 |
| Hex | CF | E4 | CA | 9 | 0 | B | B | 6C | 20 | 54 |
| Octal | 317 | 344 | 312 | 11 | 0 | 13 | 13 | 154 | 40 | 124 |
| Binary | 11001111 | 11100100 | 11001010 | 1001 | 0 | 1011 | 1011 | 1101100 | 100000 | 1010100 |
Color Harmonies of #CFE4CA
Complementary color
Monochromatic Colors of #CFE4CA
Black with #CFE4CA
Text Example
Text Example
White with #CFE4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4CA; }
p { color: rgb(207,228,202); }
H1.HeaderClassName
{
color: #CFE4CA;
}
.AnyTagClassName
{
color: #CFE4CA;
}
</style>
background-color css
<style>
a { background-color: #CFE4CA; }
a { background-color: rgb(207,228,202); }
div.DivClassName
{
background-color: #CFE4CA;
}
.BgClassName
{
background-color: #CFE4CA;
}
</style>
border-color css
<style>
span { border-color: #CFE4CA; }
span { border-color: rgb(207,228,202); }
td.TdClassName
{
border-color: #CFE4CA;
}
.TagClassName
{
border-color: #CFE4CA;
}
</style>