Shades of Peppermint #CFDECB
Tints of Peppermint #CFDECB
RGB
CMYK
RGB Variations
Color information
#CFDECB (or 0xCFDECB) is known color: Peppermint. HEX triplet: CF, DE and CB. RGB value is (207,222,203). Sum of RGB (Red+Green+Blue) = 207+222+203=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDECB is #302134. Grayscale: #D7D7D7. Windows color (decimal): -3154229 or 13360847. OLE color: 13360847.
HSL color Cylindrical-coordinate representation of color #CFDECB: hue angle of 107.37º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CFDECB is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 203 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.13 |
| HSL | 107.37º | 0.22% | 0.83% | - |
| HSV(B) | 107.37º | 0.09% | 0.87% | - |
| XYZ | 62.63 | 69.82 | 66.68 | - |
| YUV | 215.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 203 | 0.07 | 0 | 0.09 | 0.13 | 107.37 | 0.22 | 0.83 |
| Hex | CF | DE | CB | 7 | 0 | 9 | D | 6B | 16 | 53 |
| Octal | 317 | 336 | 313 | 7 | 0 | 11 | 15 | 153 | 26 | 123 |
| Binary | 11001111 | 11011110 | 11001011 | 111 | 0 | 1001 | 1101 | 1101011 | 10110 | 1010011 |
Color Harmonies of #CFDECB
Complementary color
Monochromatic Colors of #CFDECB
Black with #CFDECB
Text Example
Text Example
White with #CFDECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDECB; }
p { color: rgb(207,222,203); }
H1.HeaderClassName
{
color: #CFDECB;
}
.AnyTagClassName
{
color: #CFDECB;
}
</style>
background-color css
<style>
a { background-color: #CFDECB; }
a { background-color: rgb(207,222,203); }
div.DivClassName
{
background-color: #CFDECB;
}
.BgClassName
{
background-color: #CFDECB;
}
</style>
border-color css
<style>
span { border-color: #CFDECB; }
span { border-color: rgb(207,222,203); }
td.TdClassName
{
border-color: #CFDECB;
}
.TagClassName
{
border-color: #CFDECB;
}
</style>