Shades of Peppermint #CFDCCB
Tints of Peppermint #CFDCCB
RGB
CMYK
RGB Variations
Color information
#CFDCCB (or 0xCFDCCB) is known color: Peppermint. HEX triplet: CF, DC and CB. RGB value is (207,220,203). Sum of RGB (Red+Green+Blue) = 207+220+203=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCCB is #302334. Grayscale: #D6D6D6. Windows color (decimal): -3154741 or 13360335. OLE color: 13360335.
HSL color Cylindrical-coordinate representation of color #CFDCCB: hue angle of 105.88º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDCCB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 203 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.14 |
| HSL | 105.88º | 0.2% | 0.83% | - |
| HSV(B) | 105.88º | 0.08% | 0.86% | - |
| XYZ | 62.1 | 68.76 | 66.5 | - |
| YUV | 214.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 203 | 0.06 | 0 | 0.08 | 0.14 | 105.88 | 0.2 | 0.83 |
| Hex | CF | DC | CB | 6 | 0 | 8 | E | 6A | 14 | 53 |
| Octal | 317 | 334 | 313 | 6 | 0 | 10 | 16 | 152 | 24 | 123 |
| Binary | 11001111 | 11011100 | 11001011 | 110 | 0 | 1000 | 1110 | 1101010 | 10100 | 1010011 |
Color Harmonies of #CFDCCB
Complementary color
Monochromatic Colors of #CFDCCB
Black with #CFDCCB
Text Example
Text Example
White with #CFDCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCCB; }
p { color: rgb(207,220,203); }
H1.HeaderClassName
{
color: #CFDCCB;
}
.AnyTagClassName
{
color: #CFDCCB;
}
</style>
background-color css
<style>
a { background-color: #CFDCCB; }
a { background-color: rgb(207,220,203); }
div.DivClassName
{
background-color: #CFDCCB;
}
.BgClassName
{
background-color: #CFDCCB;
}
</style>
border-color css
<style>
span { border-color: #CFDCCB; }
span { border-color: rgb(207,220,203); }
td.TdClassName
{
border-color: #CFDCCB;
}
.TagClassName
{
border-color: #CFDCCB;
}
</style>