Shades of Peppermint #CDDFCB
Tints of Peppermint #CDDFCB
RGB
CMYK
RGB Variations
Color information
#CDDFCB (or 0xCDDFCB) is known color: Peppermint. HEX triplet: CD, DF and CB. RGB value is (205,223,203). Sum of RGB (Red+Green+Blue) = 205+223+203=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFCB is #322034. Grayscale: #D7D7D7. Windows color (decimal): -3285045 or 13361101. OLE color: 13361101.
HSL color Cylindrical-coordinate representation of color #CDDFCB: hue angle of 114º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDDFCB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 203 | - |
| CMYK | 0.08 | 0 | 0.09 | 0.13 |
| HSL | 114º | 0.24% | 0.84% | - |
| HSV(B) | 114º | 0.09% | 0.87% | - |
| XYZ | 62.34 | 70.07 | 66.74 | - |
| YUV | 215.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 203 | 0.08 | 0 | 0.09 | 0.13 | 114 | 0.24 | 0.84 |
| Hex | CD | DF | CB | 8 | 0 | 9 | D | 72 | 18 | 54 |
| Octal | 315 | 337 | 313 | 10 | 0 | 11 | 15 | 162 | 30 | 124 |
| Binary | 11001101 | 11011111 | 11001011 | 1000 | 0 | 1001 | 1101 | 1110010 | 11000 | 1010100 |
Color Harmonies of #CDDFCB
Complementary color
Monochromatic Colors of #CDDFCB
Black with #CDDFCB
Text Example
Text Example
White with #CDDFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDFCB; }
p { color: rgb(205,223,203); }
H1.HeaderClassName
{
color: #CDDFCB;
}
.AnyTagClassName
{
color: #CDDFCB;
}
</style>
background-color css
<style>
a { background-color: #CDDFCB; }
a { background-color: rgb(205,223,203); }
div.DivClassName
{
background-color: #CDDFCB;
}
.BgClassName
{
background-color: #CDDFCB;
}
</style>
border-color css
<style>
span { border-color: #CDDFCB; }
span { border-color: rgb(205,223,203); }
td.TdClassName
{
border-color: #CDDFCB;
}
.TagClassName
{
border-color: #CDDFCB;
}
</style>