Shades of Peppermint #CFDCCD
Tints of Peppermint #CFDCCD
RGB
CMYK
RGB Variations
Color information
#CFDCCD (or 0xCFDCCD) is known color: Peppermint. HEX triplet: CF, DC and CD. RGB value is (207,220,205). Sum of RGB (Red+Green+Blue) = 207+220+205=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCCD is #302332. Grayscale: #D6D6D6. Windows color (decimal): -3154739 or 13491407. OLE color: 13491407.
HSL color Cylindrical-coordinate representation of color #CFDCCD: hue angle of 112º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDCCD is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 205 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.14 |
| HSL | 112º | 0.18% | 0.83% | - |
| HSV(B) | 112º | 0.07% | 0.86% | - |
| XYZ | 62.34 | 68.86 | 67.76 | - |
| YUV | 214.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 205 | 0.06 | 0 | 0.07 | 0.14 | 112 | 0.18 | 0.83 |
| Hex | CF | DC | CD | 6 | 0 | 7 | E | 70 | 12 | 53 |
| Octal | 317 | 334 | 315 | 6 | 0 | 7 | 16 | 160 | 22 | 123 |
| Binary | 11001111 | 11011100 | 11001101 | 110 | 0 | 111 | 1110 | 1110000 | 10010 | 1010011 |
Color Harmonies of #CFDCCD
Complementary color
Monochromatic Colors of #CFDCCD
Black with #CFDCCD
Text Example
Text Example
White with #CFDCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCCD; }
p { color: rgb(207,220,205); }
H1.HeaderClassName
{
color: #CFDCCD;
}
.AnyTagClassName
{
color: #CFDCCD;
}
</style>
background-color css
<style>
a { background-color: #CFDCCD; }
a { background-color: rgb(207,220,205); }
div.DivClassName
{
background-color: #CFDCCD;
}
.BgClassName
{
background-color: #CFDCCD;
}
</style>
border-color css
<style>
span { border-color: #CFDCCD; }
span { border-color: rgb(207,220,205); }
td.TdClassName
{
border-color: #CFDCCD;
}
.TagClassName
{
border-color: #CFDCCD;
}
</style>