Shades of Peppermint #CFDACB
Tints of Peppermint #CFDACB
RGB
CMYK
RGB Variations
Color information
#CFDACB (or 0xCFDACB) is known color: Peppermint. HEX triplet: CF, DA and CB. RGB value is (207,218,203). Sum of RGB (Red+Green+Blue) = 207+218+203=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACB is #302534. Grayscale: #D5D5D5. Windows color (decimal): -3155253 or 13359823. OLE color: 13359823.
HSL color Cylindrical-coordinate representation of color #CFDACB: hue angle of 104º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDACB is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 203 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.15 |
| HSL | 104º | 0.17% | 0.83% | - |
| HSV(B) | 104º | 0.07% | 0.85% | - |
| XYZ | 61.58 | 67.72 | 66.33 | - |
| YUV | 213 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 203 | 0.05 | 0 | 0.07 | 0.15 | 104 | 0.17 | 0.83 |
| Hex | CF | DA | CB | 5 | 0 | 7 | F | 68 | 11 | 53 |
| Octal | 317 | 332 | 313 | 5 | 0 | 7 | 17 | 150 | 21 | 123 |
| Binary | 11001111 | 11011010 | 11001011 | 101 | 0 | 111 | 1111 | 1101000 | 10001 | 1010011 |
Color Harmonies of #CFDACB
Complementary color
Monochromatic Colors of #CFDACB
Black with #CFDACB
Text Example
Text Example
White with #CFDACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDACB; }
p { color: rgb(207,218,203); }
H1.HeaderClassName
{
color: #CFDACB;
}
.AnyTagClassName
{
color: #CFDACB;
}
</style>
background-color css
<style>
a { background-color: #CFDACB; }
a { background-color: rgb(207,218,203); }
div.DivClassName
{
background-color: #CFDACB;
}
.BgClassName
{
background-color: #CFDACB;
}
</style>
border-color css
<style>
span { border-color: #CFDACB; }
span { border-color: rgb(207,218,203); }
td.TdClassName
{
border-color: #CFDACB;
}
.TagClassName
{
border-color: #CFDACB;
}
</style>