Shades of Peppermint #D2DDD0
Tints of Peppermint #D2DDD0
RGB
CMYK
RGB Variations
Color information
#D2DDD0 (or 0xD2DDD0) is known color: Peppermint. HEX triplet: D2, DD and D0. RGB value is (210,221,208). Sum of RGB (Red+Green+Blue) = 210+221+208=639 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.86% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDD0 is #2D222F. Grayscale: #D8D8D8. Windows color (decimal): -2957872 or 13688274. OLE color: 13688274.
HSL color Cylindrical-coordinate representation of color #D2DDD0: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DDD0 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 208 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.13 |
| HSL | 110.77º | 0.16% | 0.84% | - |
| HSV(B) | 110.77º | 0.06% | 0.87% | - |
| XYZ | 63.82 | 69.97 | 69.82 | - |
| YUV | 216.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 208 | 0.05 | 0 | 0.06 | 0.13 | 110.77 | 0.16 | 0.84 |
| Hex | D2 | DD | D0 | 5 | 0 | 6 | D | 6F | 10 | 54 |
| Octal | 322 | 335 | 320 | 5 | 0 | 6 | 15 | 157 | 20 | 124 |
| Binary | 11010010 | 11011101 | 11010000 | 101 | 0 | 110 | 1101 | 1101111 | 10000 | 1010100 |
Color Harmonies of #D2DDD0
Complementary color
Monochromatic Colors of #D2DDD0
Black with #D2DDD0
Text Example
Text Example
White with #D2DDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDD0; }
p { color: rgb(210,221,208); }
H1.HeaderClassName
{
color: #D2DDD0;
}
.AnyTagClassName
{
color: #D2DDD0;
}
</style>
background-color css
<style>
a { background-color: #D2DDD0; }
a { background-color: rgb(210,221,208); }
div.DivClassName
{
background-color: #D2DDD0;
}
.BgClassName
{
background-color: #D2DDD0;
}
</style>
border-color css
<style>
span { border-color: #D2DDD0; }
span { border-color: rgb(210,221,208); }
td.TdClassName
{
border-color: #D2DDD0;
}
.TagClassName
{
border-color: #D2DDD0;
}
</style>