Shades of Peppermint #CFDBCD
Tints of Peppermint #CFDBCD
RGB
CMYK
RGB Variations
Color information
#CFDBCD (or 0xCFDBCD) is known color: Peppermint. HEX triplet: CF, DB and CD. RGB value is (207,219,205). Sum of RGB (Red+Green+Blue) = 207+219+205=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBCD is #302432. Grayscale: #D5D5D5. Windows color (decimal): -3154995 or 13491151. OLE color: 13491151.
HSL color Cylindrical-coordinate representation of color #CFDBCD: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDBCD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 205 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.14 |
| HSL | 111.43º | 0.16% | 0.83% | - |
| HSV(B) | 111.43º | 0.06% | 0.86% | - |
| XYZ | 62.08 | 68.34 | 67.68 | - |
| YUV | 213.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 205 | 0.05 | 0 | 0.06 | 0.14 | 111.43 | 0.16 | 0.83 |
| Hex | CF | DB | CD | 5 | 0 | 6 | E | 6F | 10 | 53 |
| Octal | 317 | 333 | 315 | 5 | 0 | 6 | 16 | 157 | 20 | 123 |
| Binary | 11001111 | 11011011 | 11001101 | 101 | 0 | 110 | 1110 | 1101111 | 10000 | 1010011 |
Color Harmonies of #CFDBCD
Complementary color
Monochromatic Colors of #CFDBCD
Black with #CFDBCD
Text Example
Text Example
White with #CFDBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBCD; }
p { color: rgb(207,219,205); }
H1.HeaderClassName
{
color: #CFDBCD;
}
.AnyTagClassName
{
color: #CFDBCD;
}
</style>
background-color css
<style>
a { background-color: #CFDBCD; }
a { background-color: rgb(207,219,205); }
div.DivClassName
{
background-color: #CFDBCD;
}
.BgClassName
{
background-color: #CFDBCD;
}
</style>
border-color css
<style>
span { border-color: #CFDBCD; }
span { border-color: rgb(207,219,205); }
td.TdClassName
{
border-color: #CFDBCD;
}
.TagClassName
{
border-color: #CFDBCD;
}
</style>