Shades of Peppermint #CFDACC
Tints of Peppermint #CFDACC
RGB
CMYK
RGB Variations
Color information
#CFDACC (or 0xCFDACC) is known color: Peppermint. HEX triplet: CF, DA and CC. RGB value is (207,218,204). Sum of RGB (Red+Green+Blue) = 207+218+204=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 204 (80.08% from 255 or 32.43% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDACC is #302533. Grayscale: #D5D5D5. Windows color (decimal): -3155252 or 13425359. OLE color: 13425359.
HSL color Cylindrical-coordinate representation of color #CFDACC: hue angle of 107.14º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDACC is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 204 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.15 |
| HSL | 107.14º | 0.16% | 0.83% | - |
| HSV(B) | 107.14º | 0.06% | 0.85% | - |
| XYZ | 61.7 | 67.77 | 66.96 | - |
| YUV | 213.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 204 | 0.05 | 0 | 0.06 | 0.15 | 107.14 | 0.16 | 0.83 |
| Hex | CF | DA | CC | 5 | 0 | 6 | F | 6B | 10 | 53 |
| Octal | 317 | 332 | 314 | 5 | 0 | 6 | 17 | 153 | 20 | 123 |
| Binary | 11001111 | 11011010 | 11001100 | 101 | 0 | 110 | 1111 | 1101011 | 10000 | 1010011 |
Color Harmonies of #CFDACC
Complementary color
Monochromatic Colors of #CFDACC
Black with #CFDACC
Text Example
Text Example
White with #CFDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDACC; }
p { color: rgb(207,218,204); }
H1.HeaderClassName
{
color: #CFDACC;
}
.AnyTagClassName
{
color: #CFDACC;
}
</style>
background-color css
<style>
a { background-color: #CFDACC; }
a { background-color: rgb(207,218,204); }
div.DivClassName
{
background-color: #CFDACC;
}
.BgClassName
{
background-color: #CFDACC;
}
</style>
border-color css
<style>
span { border-color: #CFDACC; }
span { border-color: rgb(207,218,204); }
td.TdClassName
{
border-color: #CFDACC;
}
.TagClassName
{
border-color: #CFDACC;
}
</style>