Shades of Peppermint #CFDECD
Tints of Peppermint #CFDECD
RGB
CMYK
RGB Variations
Color information
#CFDECD (or 0xCFDECD) is known color: Peppermint. HEX triplet: CF, DE and CD. RGB value is (207,222,205). Sum of RGB (Red+Green+Blue) = 207+222+205=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDECD is #302132. Grayscale: #D7D7D7. Windows color (decimal): -3154227 or 13491919. OLE color: 13491919.
HSL color Cylindrical-coordinate representation of color #CFDECD: hue angle of 112.94º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDECD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 205 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.13 |
| HSL | 112.94º | 0.2% | 0.84% | - |
| HSV(B) | 112.94º | 0.08% | 0.87% | - |
| XYZ | 62.87 | 69.92 | 67.94 | - |
| YUV | 215.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 205 | 0.07 | 0 | 0.08 | 0.13 | 112.94 | 0.2 | 0.84 |
| Hex | CF | DE | CD | 7 | 0 | 8 | D | 71 | 14 | 54 |
| Octal | 317 | 336 | 315 | 7 | 0 | 10 | 15 | 161 | 24 | 124 |
| Binary | 11001111 | 11011110 | 11001101 | 111 | 0 | 1000 | 1101 | 1110001 | 10100 | 1010100 |
Color Harmonies of #CFDECD
Complementary color
Monochromatic Colors of #CFDECD
Black with #CFDECD
Text Example
Text Example
White with #CFDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDECD; }
p { color: rgb(207,222,205); }
H1.HeaderClassName
{
color: #CFDECD;
}
.AnyTagClassName
{
color: #CFDECD;
}
</style>
background-color css
<style>
a { background-color: #CFDECD; }
a { background-color: rgb(207,222,205); }
div.DivClassName
{
background-color: #CFDECD;
}
.BgClassName
{
background-color: #CFDECD;
}
</style>
border-color css
<style>
span { border-color: #CFDECD; }
span { border-color: rgb(207,222,205); }
td.TdClassName
{
border-color: #CFDECD;
}
.TagClassName
{
border-color: #CFDECD;
}
</style>