Shades of Peppermint #D1D9CE
Tints of Peppermint #D1D9CE
RGB
CMYK
RGB Variations
Color information
#D1D9CE (or 0xD1D9CE) is known color: Peppermint. HEX triplet: D1, D9 and CE. RGB value is (209,217,206). Sum of RGB (Red+Green+Blue) = 209+217+206=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 217 (85.16% from 255 or 34.34% from 632); Blue value is 206 (80.86% from 255 or 32.59% from 632); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D9CE is #2E2631. Grayscale: #D5D5D5. Windows color (decimal): -3024434 or 13556177. OLE color: 13556177.
HSL color Cylindrical-coordinate representation of color #D1D9CE: hue angle of 103.64º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1D9CE is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 217 | 206 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.15 |
| HSL | 103.64º | 0.13% | 0.83% | - |
| HSV(B) | 103.64º | 0.05% | 0.85% | - |
| XYZ | 62.25 | 67.64 | 68.17 | - |
| YUV | 213.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 217 | 206 | 0.04 | 0 | 0.05 | 0.15 | 103.64 | 0.13 | 0.83 |
| Hex | D1 | D9 | CE | 4 | 0 | 5 | F | 68 | D | 53 |
| Octal | 321 | 331 | 316 | 4 | 0 | 5 | 17 | 150 | 15 | 123 |
| Binary | 11010001 | 11011001 | 11001110 | 100 | 0 | 101 | 1111 | 1101000 | 1101 | 1010011 |
Color Harmonies of #D1D9CE
Complementary color
Monochromatic Colors of #D1D9CE
Black with #D1D9CE
Text Example
Text Example
White with #D1D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D9CE; }
p { color: rgb(209,217,206); }
H1.HeaderClassName
{
color: #D1D9CE;
}
.AnyTagClassName
{
color: #D1D9CE;
}
</style>
background-color css
<style>
a { background-color: #D1D9CE; }
a { background-color: rgb(209,217,206); }
div.DivClassName
{
background-color: #D1D9CE;
}
.BgClassName
{
background-color: #D1D9CE;
}
</style>
border-color css
<style>
span { border-color: #D1D9CE; }
span { border-color: rgb(209,217,206); }
td.TdClassName
{
border-color: #D1D9CE;
}
.TagClassName
{
border-color: #D1D9CE;
}
</style>