Shades of Peppermint #D8DED5
Tints of Peppermint #D8DED5
RGB
CMYK
RGB Variations
Color information
#D8DED5 (or 0xD8DED5) is known color: Peppermint. HEX triplet: D8, DE and D5. RGB value is (216,222,213). Sum of RGB (Red+Green+Blue) = 216+222+213=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DED5 is #27212A. Grayscale: #DBDBDB. Windows color (decimal): -2564395 or 14016216. OLE color: 14016216.
HSL color Cylindrical-coordinate representation of color #D8DED5: hue angle of 100º degrees, saturation: 0.12, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8DED5 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 213 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.13 |
| HSL | 100º | 0.12% | 0.85% | - |
| HSV(B) | 100º | 0.04% | 0.87% | - |
| XYZ | 66.45 | 71.65 | 73.28 | - |
| YUV | 219.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 213 | 0.03 | 0 | 0.04 | 0.13 | 100 | 0.12 | 0.85 |
| Hex | D8 | DE | D5 | 3 | 0 | 4 | D | 64 | C | 55 |
| Octal | 330 | 336 | 325 | 3 | 0 | 4 | 15 | 144 | 14 | 125 |
| Binary | 11011000 | 11011110 | 11010101 | 11 | 0 | 100 | 1101 | 1100100 | 1100 | 1010101 |
Color Harmonies of #D8DED5
Complementary color
Monochromatic Colors of #D8DED5
Black with #D8DED5
Text Example
Text Example
White with #D8DED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DED5; }
p { color: rgb(216,222,213); }
H1.HeaderClassName
{
color: #D8DED5;
}
.AnyTagClassName
{
color: #D8DED5;
}
</style>
background-color css
<style>
a { background-color: #D8DED5; }
a { background-color: rgb(216,222,213); }
div.DivClassName
{
background-color: #D8DED5;
}
.BgClassName
{
background-color: #D8DED5;
}
</style>
border-color css
<style>
span { border-color: #D8DED5; }
span { border-color: rgb(216,222,213); }
td.TdClassName
{
border-color: #D8DED5;
}
.TagClassName
{
border-color: #D8DED5;
}
</style>