Shades of Peppermint #D3DDCE
Tints of Peppermint #D3DDCE
RGB
CMYK
RGB Variations
Color information
#D3DDCE (or 0xD3DDCE) is known color: Peppermint. HEX triplet: D3, DD and CE. RGB value is (211,221,206). Sum of RGB (Red+Green+Blue) = 211+221+206=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 206 (80.86% from 255 or 32.29% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DDCE is #2C2231. Grayscale: #D8D8D8. Windows color (decimal): -2892338 or 13557203. OLE color: 13557203.
HSL color Cylindrical-coordinate representation of color #D3DDCE: hue angle of 100º 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 #D3DDCE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 221 | 206 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.13 |
| HSL | 100º | 0.18% | 0.84% | - |
| HSV(B) | 100º | 0.07% | 0.87% | - |
| XYZ | 63.86 | 70.02 | 68.54 | - |
| YUV | 216.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 221 | 206 | 0.05 | 0 | 0.07 | 0.13 | 100 | 0.18 | 0.84 |
| Hex | D3 | DD | CE | 5 | 0 | 7 | D | 64 | 12 | 54 |
| Octal | 323 | 335 | 316 | 5 | 0 | 7 | 15 | 144 | 22 | 124 |
| Binary | 11010011 | 11011101 | 11001110 | 101 | 0 | 111 | 1101 | 1100100 | 10010 | 1010100 |
Color Harmonies of #D3DDCE
Complementary color
Monochromatic Colors of #D3DDCE
Black with #D3DDCE
Text Example
Text Example
White with #D3DDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DDCE; }
p { color: rgb(211,221,206); }
H1.HeaderClassName
{
color: #D3DDCE;
}
.AnyTagClassName
{
color: #D3DDCE;
}
</style>
background-color css
<style>
a { background-color: #D3DDCE; }
a { background-color: rgb(211,221,206); }
div.DivClassName
{
background-color: #D3DDCE;
}
.BgClassName
{
background-color: #D3DDCE;
}
</style>
border-color css
<style>
span { border-color: #D3DDCE; }
span { border-color: rgb(211,221,206); }
td.TdClassName
{
border-color: #D3DDCE;
}
.TagClassName
{
border-color: #D3DDCE;
}
</style>