Shades of Peppermint #D1DBCD
Tints of Peppermint #D1DBCD
RGB
CMYK
RGB Variations
Color information
#D1DBCD (or 0xD1DBCD) is known color: Peppermint. HEX triplet: D1, DB and CD. RGB value is (209,219,205). Sum of RGB (Red+Green+Blue) = 209+219+205=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 219 (85.94% from 255 or 34.60% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBCD is #2E2432. Grayscale: #D6D6D6. Windows color (decimal): -3023923 or 13491153. OLE color: 13491153.
HSL color Cylindrical-coordinate representation of color #D1DBCD: hue angle of 102.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D1DBCD is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 205 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.14 |
| HSL | 102.86º | 0.16% | 0.83% | - |
| HSV(B) | 102.86º | 0.06% | 0.86% | - |
| XYZ | 62.65 | 68.63 | 67.7 | - |
| YUV | 214.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 205 | 0.05 | 0 | 0.06 | 0.14 | 102.86 | 0.16 | 0.83 |
| Hex | D1 | DB | CD | 5 | 0 | 6 | E | 67 | 10 | 53 |
| Octal | 321 | 333 | 315 | 5 | 0 | 6 | 16 | 147 | 20 | 123 |
| Binary | 11010001 | 11011011 | 11001101 | 101 | 0 | 110 | 1110 | 1100111 | 10000 | 1010011 |
Color Harmonies of #D1DBCD
Complementary color
Monochromatic Colors of #D1DBCD
Black with #D1DBCD
Text Example
Text Example
White with #D1DBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DBCD; }
p { color: rgb(209,219,205); }
H1.HeaderClassName
{
color: #D1DBCD;
}
.AnyTagClassName
{
color: #D1DBCD;
}
</style>
background-color css
<style>
a { background-color: #D1DBCD; }
a { background-color: rgb(209,219,205); }
div.DivClassName
{
background-color: #D1DBCD;
}
.BgClassName
{
background-color: #D1DBCD;
}
</style>
border-color css
<style>
span { border-color: #D1DBCD; }
span { border-color: rgb(209,219,205); }
td.TdClassName
{
border-color: #D1DBCD;
}
.TagClassName
{
border-color: #D1DBCD;
}
</style>