Shades of Peppermint #D2DDCE
Tints of Peppermint #D2DDCE
RGB
CMYK
RGB Variations
Color information
#D2DDCE (or 0xD2DDCE) is known color: Peppermint. HEX triplet: D2, DD and CE. RGB value is (210,221,206). Sum of RGB (Red+Green+Blue) = 210+221+206=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDCE is #2D2231. Grayscale: #D8D8D8. Windows color (decimal): -2957874 or 13557202. OLE color: 13557202.
HSL color Cylindrical-coordinate representation of color #D2DDCE: hue angle of 104º degrees, saturation: 0.18, 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 #D2DDCE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 221 | 206 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.13 |
| HSL | 104º | 0.18% | 0.84% | - |
| HSV(B) | 104º | 0.07% | 0.87% | - |
| XYZ | 63.58 | 69.87 | 68.53 | - |
| YUV | 216 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 221 | 206 | 0.05 | 0 | 0.07 | 0.13 | 104 | 0.18 | 0.84 |
| Hex | D2 | DD | CE | 5 | 0 | 7 | D | 68 | 12 | 54 |
| Octal | 322 | 335 | 316 | 5 | 0 | 7 | 15 | 150 | 22 | 124 |
| Binary | 11010010 | 11011101 | 11001110 | 101 | 0 | 111 | 1101 | 1101000 | 10010 | 1010100 |
Color Harmonies of #D2DDCE
Complementary color
Monochromatic Colors of #D2DDCE
Black with #D2DDCE
Text Example
Text Example
White with #D2DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DDCE; }
p { color: rgb(210,221,206); }
H1.HeaderClassName
{
color: #D2DDCE;
}
.AnyTagClassName
{
color: #D2DDCE;
}
</style>
background-color css
<style>
a { background-color: #D2DDCE; }
a { background-color: rgb(210,221,206); }
div.DivClassName
{
background-color: #D2DDCE;
}
.BgClassName
{
background-color: #D2DDCE;
}
</style>
border-color css
<style>
span { border-color: #D2DDCE; }
span { border-color: rgb(210,221,206); }
td.TdClassName
{
border-color: #D2DDCE;
}
.TagClassName
{
border-color: #D2DDCE;
}
</style>