Shades of Peppermint #D3DBD1
Tints of Peppermint #D3DBD1
RGB
CMYK
RGB Variations
Color information
#D3DBD1 (or 0xD3DBD1) is known color: Peppermint. HEX triplet: D3, DB and D1. RGB value is (211,219,209). Sum of RGB (Red+Green+Blue) = 211+219+209=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBD1 is #2C242E. Grayscale: #D7D7D7. Windows color (decimal): -2892847 or 13753299. OLE color: 13753299.
HSL color Cylindrical-coordinate representation of color #D3DBD1: hue angle of 108º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3DBD1 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 219 | 209 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.14 |
| HSL | 108º | 0.12% | 0.84% | - |
| HSV(B) | 108º | 0.05% | 0.86% | - |
| XYZ | 63.7 | 69.12 | 70.3 | - |
| YUV | 215.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 219 | 209 | 0.04 | 0 | 0.05 | 0.14 | 108 | 0.12 | 0.84 |
| Hex | D3 | DB | D1 | 4 | 0 | 5 | E | 6C | C | 54 |
| Octal | 323 | 333 | 321 | 4 | 0 | 5 | 16 | 154 | 14 | 124 |
| Binary | 11010011 | 11011011 | 11010001 | 100 | 0 | 101 | 1110 | 1101100 | 1100 | 1010100 |
Color Harmonies of #D3DBD1
Complementary color
Monochromatic Colors of #D3DBD1
Black with #D3DBD1
Text Example
Text Example
White with #D3DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DBD1; }
p { color: rgb(211,219,209); }
H1.HeaderClassName
{
color: #D3DBD1;
}
.AnyTagClassName
{
color: #D3DBD1;
}
</style>
background-color css
<style>
a { background-color: #D3DBD1; }
a { background-color: rgb(211,219,209); }
div.DivClassName
{
background-color: #D3DBD1;
}
.BgClassName
{
background-color: #D3DBD1;
}
</style>
border-color css
<style>
span { border-color: #D3DBD1; }
span { border-color: rgb(211,219,209); }
td.TdClassName
{
border-color: #D3DBD1;
}
.TagClassName
{
border-color: #D3DBD1;
}
</style>