Shades of Peppermint #CFDACA
Tints of Peppermint #CFDACA
RGB
CMYK
RGB Variations
Color information
#CFDACA (or 0xCFDACA) is known color: Peppermint. HEX triplet: CF, DA and CA. RGB value is (207,218,202). Sum of RGB (Red+Green+Blue) = 207+218+202=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 218 (85.55% from 255 or 34.77% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACA is #302535. Grayscale: #D4D4D4. Windows color (decimal): -3155254 or 13294287. OLE color: 13294287.
HSL color Cylindrical-coordinate representation of color #CFDACA: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CFDACA is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 202 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.15 |
| HSL | 101.25º | 0.18% | 0.82% | - |
| HSV(B) | 101.25º | 0.07% | 0.85% | - |
| XYZ | 61.46 | 67.67 | 65.7 | - |
| YUV | 212.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 202 | 0.05 | 0 | 0.07 | 0.15 | 101.25 | 0.18 | 0.82 |
| Hex | CF | DA | CA | 5 | 0 | 7 | F | 65 | 12 | 52 |
| Octal | 317 | 332 | 312 | 5 | 0 | 7 | 17 | 145 | 22 | 122 |
| Binary | 11001111 | 11011010 | 11001010 | 101 | 0 | 111 | 1111 | 1100101 | 10010 | 1010010 |
Color Harmonies of #CFDACA
Complementary color
Monochromatic Colors of #CFDACA
Black with #CFDACA
Text Example
Text Example
White with #CFDACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDACA; }
p { color: rgb(207,218,202); }
H1.HeaderClassName
{
color: #CFDACA;
}
.AnyTagClassName
{
color: #CFDACA;
}
</style>
background-color css
<style>
a { background-color: #CFDACA; }
a { background-color: rgb(207,218,202); }
div.DivClassName
{
background-color: #CFDACA;
}
.BgClassName
{
background-color: #CFDACA;
}
</style>
border-color css
<style>
span { border-color: #CFDACA; }
span { border-color: rgb(207,218,202); }
td.TdClassName
{
border-color: #CFDACA;
}
.TagClassName
{
border-color: #CFDACA;
}
</style>