Shades of Peppermint #D2DDCD
Tints of Peppermint #D2DDCD
RGB
CMYK
RGB Variations
Color information
#D2DDCD (or 0xD2DDCD) is known color: Peppermint. HEX triplet: D2, DD and CD. RGB value is (210,221,205). Sum of RGB (Red+Green+Blue) = 210+221+205=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCD is #2D2232. Grayscale: #D7D7D7. Windows color (decimal): -2957875 or 13491666. OLE color: 13491666.
HSL color Cylindrical-coordinate representation of color #D2DDCD: hue angle of 101.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2DDCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 205 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.13 |
| HSL | 101.25º | 0.19% | 0.84% | - |
| HSV(B) | 101.25º | 0.07% | 0.87% | - |
| XYZ | 63.45 | 69.82 | 67.89 | - |
| YUV | 215.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 205 | 0.05 | 0 | 0.07 | 0.13 | 101.25 | 0.19 | 0.84 |
| Hex | D2 | DD | CD | 5 | 0 | 7 | D | 65 | 13 | 54 |
| Octal | 322 | 335 | 315 | 5 | 0 | 7 | 15 | 145 | 23 | 124 |
| Binary | 11010010 | 11011101 | 11001101 | 101 | 0 | 111 | 1101 | 1100101 | 10011 | 1010100 |
Color Harmonies of #D2DDCD
Complementary color
Monochromatic Colors of #D2DDCD
Black with #D2DDCD
Text Example
Text Example
White with #D2DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDCD; }
p { color: rgb(210,221,205); }
H1.HeaderClassName
{
color: #D2DDCD;
}
.AnyTagClassName
{
color: #D2DDCD;
}
</style>
background-color css
<style>
a { background-color: #D2DDCD; }
a { background-color: rgb(210,221,205); }
div.DivClassName
{
background-color: #D2DDCD;
}
.BgClassName
{
background-color: #D2DDCD;
}
</style>
border-color css
<style>
span { border-color: #D2DDCD; }
span { border-color: rgb(210,221,205); }
td.TdClassName
{
border-color: #D2DDCD;
}
.TagClassName
{
border-color: #D2DDCD;
}
</style>