Shades of Peppermint #CFDFCD
Tints of Peppermint #CFDFCD
RGB
CMYK
RGB Variations
Color information
#CFDFCD (or 0xCFDFCD) is known color: Peppermint. HEX triplet: CF, DF and CD. RGB value is (207,223,205). Sum of RGB (Red+Green+Blue) = 207+223+205=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDFCD is #302032. Grayscale: #D8D8D8. Windows color (decimal): -3153971 or 13492175. OLE color: 13492175.
HSL color Cylindrical-coordinate representation of color #CFDFCD: hue angle of 113.33º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDFCD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 207 | 223 | 205 | - |
CMYK | 0.07 | 0 | 0.08 | 0.13 |
HSL | 113.33º | 0.22% | 0.84% | - |
HSV(B) | 113.33º | 0.08% | 0.87% | - |
XYZ | 63.14 | 70.45 | 68.03 | - |
YUV | 216.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 223 | 205 | 0.07 | 0 | 0.08 | 0.13 | 113.33 | 0.22 | 0.84 |
Hex | CF | DF | CD | 7 | 0 | 8 | D | 71 | 16 | 54 |
Octal | 317 | 337 | 315 | 7 | 0 | 10 | 15 | 161 | 26 | 124 |
Binary | 11001111 | 11011111 | 11001101 | 111 | 0 | 1000 | 1101 | 1110001 | 10110 | 1010100 |
Color Harmonies of #CFDFCD
Complementary color
Monochromatic Colors of #CFDFCD
Black with #CFDFCD
Text Example
Text Example
White with #CFDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFCD; }
p { color: rgb(207,223,205); }
H1.HeaderClassName
{
color: #CFDFCD;
}
.AnyTagClassName
{
color: #CFDFCD;
}
</style>
background-color css
<style>
a { background-color: #CFDFCD; }
a { background-color: rgb(207,223,205); }
div.DivClassName
{
background-color: #CFDFCD;
}
.BgClassName
{
background-color: #CFDFCD;
}
</style>
border-color css
<style>
span { border-color: #CFDFCD; }
span { border-color: rgb(207,223,205); }
td.TdClassName
{
border-color: #CFDFCD;
}
.TagClassName
{
border-color: #CFDFCD;
}
</style>