Shades of Peppermint #CFDCCC
Tints of Peppermint #CFDCCC
RGB
CMYK
RGB Variations
Color information
#CFDCCC (or 0xCFDCCC) is known color: Peppermint. HEX triplet: CF, DC and CC. RGB value is (207,220,204). Sum of RGB (Red+Green+Blue) = 207+220+204=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 204 (80.08% from 255 or 32.33% from 631); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCCC is #302333. Grayscale: #D6D6D6. Windows color (decimal): -3154740 or 13425871. OLE color: 13425871.
HSL color Cylindrical-coordinate representation of color #CFDCCC: hue angle of 108.75º degrees, saturation: 0.19, 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 #CFDCCC is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 204 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.14 |
| HSL | 108.75º | 0.19% | 0.83% | - |
| HSV(B) | 108.75º | 0.07% | 0.86% | - |
| XYZ | 62.22 | 68.81 | 67.13 | - |
| YUV | 214.29 | 122.19 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 204 | 0.06 | 0 | 0.07 | 0.14 | 108.75 | 0.19 | 0.83 |
| Hex | CF | DC | CC | 6 | 0 | 7 | E | 6D | 13 | 53 |
| Octal | 317 | 334 | 314 | 6 | 0 | 7 | 16 | 155 | 23 | 123 |
| Binary | 11001111 | 11011100 | 11001100 | 110 | 0 | 111 | 1110 | 1101101 | 10011 | 1010011 |
Color Harmonies of #CFDCCC
Complementary color
Monochromatic Colors of #CFDCCC
Black with #CFDCCC
Text Example
Text Example
White with #CFDCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCCC; }
p { color: rgb(207,220,204); }
H1.HeaderClassName
{
color: #CFDCCC;
}
.AnyTagClassName
{
color: #CFDCCC;
}
</style>
background-color css
<style>
a { background-color: #CFDCCC; }
a { background-color: rgb(207,220,204); }
div.DivClassName
{
background-color: #CFDCCC;
}
.BgClassName
{
background-color: #CFDCCC;
}
</style>
border-color css
<style>
span { border-color: #CFDCCC; }
span { border-color: rgb(207,220,204); }
td.TdClassName
{
border-color: #CFDCCC;
}
.TagClassName
{
border-color: #CFDCCC;
}
</style>