Shades of Peppermint #CFDDCA
Tints of Peppermint #CFDDCA
RGB
CMYK
RGB Variations
Color information
#CFDDCA (or 0xCFDDCA) is known color: Peppermint. HEX triplet: CF, DD and CA. RGB value is (207,221,202). Sum of RGB (Red+Green+Blue) = 207+221+202=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDCA is #302235. Grayscale: #D6D6D6. Windows color (decimal): -3154486 or 13295055. OLE color: 13295055.
HSL color Cylindrical-coordinate representation of color #CFDDCA: hue angle of 104.21º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDDCA is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 202 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.13 |
| HSL | 104.21º | 0.22% | 0.83% | - |
| HSV(B) | 104.21º | 0.09% | 0.87% | - |
| XYZ | 62.25 | 69.24 | 65.96 | - |
| YUV | 214.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 202 | 0.06 | 0 | 0.09 | 0.13 | 104.21 | 0.22 | 0.83 |
| Hex | CF | DD | CA | 6 | 0 | 9 | D | 68 | 16 | 53 |
| Octal | 317 | 335 | 312 | 6 | 0 | 11 | 15 | 150 | 26 | 123 |
| Binary | 11001111 | 11011101 | 11001010 | 110 | 0 | 1001 | 1101 | 1101000 | 10110 | 1010011 |
Color Harmonies of #CFDDCA
Complementary color
Monochromatic Colors of #CFDDCA
Black with #CFDDCA
Text Example
Text Example
White with #CFDDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDCA; }
p { color: rgb(207,221,202); }
H1.HeaderClassName
{
color: #CFDDCA;
}
.AnyTagClassName
{
color: #CFDDCA;
}
</style>
background-color css
<style>
a { background-color: #CFDDCA; }
a { background-color: rgb(207,221,202); }
div.DivClassName
{
background-color: #CFDDCA;
}
.BgClassName
{
background-color: #CFDDCA;
}
</style>
border-color css
<style>
span { border-color: #CFDDCA; }
span { border-color: rgb(207,221,202); }
td.TdClassName
{
border-color: #CFDDCA;
}
.TagClassName
{
border-color: #CFDDCA;
}
</style>