Shades of Peppermint #D1DDCE
Tints of Peppermint #D1DDCE
RGB
CMYK
RGB Variations
Color information
#D1DDCE (or 0xD1DDCE) is known color: Peppermint. HEX triplet: D1, DD and CE. RGB value is (209,221,206). Sum of RGB (Red+Green+Blue) = 209+221+206=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCE is #2E2231. Grayscale: #D7D7D7. Windows color (decimal): -3023410 or 13557201. OLE color: 13557201.
HSL color Cylindrical-coordinate representation of color #D1DDCE: hue angle of 108º 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 #D1DDCE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 221 | 206 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.13 |
| HSL | 108º | 0.18% | 0.84% | - |
| HSV(B) | 108º | 0.07% | 0.87% | - |
| XYZ | 63.29 | 69.72 | 68.51 | - |
| YUV | 215.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 221 | 206 | 0.05 | 0 | 0.07 | 0.13 | 108 | 0.18 | 0.84 |
| Hex | D1 | DD | CE | 5 | 0 | 7 | D | 6C | 12 | 54 |
| Octal | 321 | 335 | 316 | 5 | 0 | 7 | 15 | 154 | 22 | 124 |
| Binary | 11010001 | 11011101 | 11001110 | 101 | 0 | 111 | 1101 | 1101100 | 10010 | 1010100 |
Color Harmonies of #D1DDCE
Complementary color
Monochromatic Colors of #D1DDCE
Black with #D1DDCE
Text Example
Text Example
White with #D1DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDCE; }
p { color: rgb(209,221,206); }
H1.HeaderClassName
{
color: #D1DDCE;
}
.AnyTagClassName
{
color: #D1DDCE;
}
</style>
background-color css
<style>
a { background-color: #D1DDCE; }
a { background-color: rgb(209,221,206); }
div.DivClassName
{
background-color: #D1DDCE;
}
.BgClassName
{
background-color: #D1DDCE;
}
</style>
border-color css
<style>
span { border-color: #D1DDCE; }
span { border-color: rgb(209,221,206); }
td.TdClassName
{
border-color: #D1DDCE;
}
.TagClassName
{
border-color: #D1DDCE;
}
</style>