Shades of Peppermint #CFDDCB
Tints of Peppermint #CFDDCB
RGB
CMYK
RGB Variations
Color information
#CFDDCB (or 0xCFDDCB) is known color: Peppermint. HEX triplet: CF, DD and CB. RGB value is (207,221,203). Sum of RGB (Red+Green+Blue) = 207+221+203=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDCB is #302234. Grayscale: #D6D6D6. Windows color (decimal): -3154485 or 13360591. OLE color: 13360591.
HSL color Cylindrical-coordinate representation of color #CFDDCB: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFDDCB is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 203 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.13 |
| HSL | 106.67º | 0.21% | 0.83% | - |
| HSV(B) | 106.67º | 0.08% | 0.87% | - |
| XYZ | 62.37 | 69.29 | 66.59 | - |
| YUV | 214.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 203 | 0.06 | 0 | 0.08 | 0.13 | 106.67 | 0.21 | 0.83 |
| Hex | CF | DD | CB | 6 | 0 | 8 | D | 6B | 15 | 53 |
| Octal | 317 | 335 | 313 | 6 | 0 | 10 | 15 | 153 | 25 | 123 |
| Binary | 11001111 | 11011101 | 11001011 | 110 | 0 | 1000 | 1101 | 1101011 | 10101 | 1010011 |
Color Harmonies of #CFDDCB
Complementary color
Monochromatic Colors of #CFDDCB
Black with #CFDDCB
Text Example
Text Example
White with #CFDDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDCB; }
p { color: rgb(207,221,203); }
H1.HeaderClassName
{
color: #CFDDCB;
}
.AnyTagClassName
{
color: #CFDDCB;
}
</style>
background-color css
<style>
a { background-color: #CFDDCB; }
a { background-color: rgb(207,221,203); }
div.DivClassName
{
background-color: #CFDDCB;
}
.BgClassName
{
background-color: #CFDDCB;
}
</style>
border-color css
<style>
span { border-color: #CFDDCB; }
span { border-color: rgb(207,221,203); }
td.TdClassName
{
border-color: #CFDDCB;
}
.TagClassName
{
border-color: #CFDDCB;
}
</style>