Shades of Peppermint #D3DECE
Tints of Peppermint #D3DECE
RGB
CMYK
RGB Variations
Color information
#D3DECE (or 0xD3DECE) is known color: Peppermint. HEX triplet: D3, DE and CE. RGB value is (211,222,206). Sum of RGB (Red+Green+Blue) = 211+222+206=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 206 (80.86% from 255 or 32.24% from 639); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DECE is #2C2131. Grayscale: #D8D8D8. Windows color (decimal): -2892082 or 13557459. OLE color: 13557459.
HSL color Cylindrical-coordinate representation of color #D3DECE: hue angle of 101.25º degrees, saturation: 0.2, 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 #D3DECE is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 222 | 206 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.13 |
| HSL | 101.25º | 0.2% | 0.84% | - |
| HSV(B) | 101.25º | 0.07% | 0.87% | - |
| XYZ | 64.13 | 70.55 | 68.63 | - |
| YUV | 216.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 222 | 206 | 0.05 | 0 | 0.07 | 0.13 | 101.25 | 0.2 | 0.84 |
| Hex | D3 | DE | CE | 5 | 0 | 7 | D | 65 | 14 | 54 |
| Octal | 323 | 336 | 316 | 5 | 0 | 7 | 15 | 145 | 24 | 124 |
| Binary | 11010011 | 11011110 | 11001110 | 101 | 0 | 111 | 1101 | 1100101 | 10100 | 1010100 |
Color Harmonies of #D3DECE
Complementary color
Monochromatic Colors of #D3DECE
Black with #D3DECE
Text Example
Text Example
White with #D3DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DECE; }
p { color: rgb(211,222,206); }
H1.HeaderClassName
{
color: #D3DECE;
}
.AnyTagClassName
{
color: #D3DECE;
}
</style>
background-color css
<style>
a { background-color: #D3DECE; }
a { background-color: rgb(211,222,206); }
div.DivClassName
{
background-color: #D3DECE;
}
.BgClassName
{
background-color: #D3DECE;
}
</style>
border-color css
<style>
span { border-color: #D3DECE; }
span { border-color: rgb(211,222,206); }
td.TdClassName
{
border-color: #D3DECE;
}
.TagClassName
{
border-color: #D3DECE;
}
</style>