Shades of Peppermint #D9DED7
Tints of Peppermint #D9DED7
RGB
CMYK
RGB Variations
Color information
#D9DED7 (or 0xD9DED7) is known color: Peppermint. HEX triplet: D9, DE and D7. RGB value is (217,222,215). Sum of RGB (Red+Green+Blue) = 217+222+215=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 222 (87.11% from 255 or 33.94% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 222 - color contains mainly: green. Hex color #D9DED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DED7 is #262128. Grayscale: #DBDBDB. Windows color (decimal): -2498857 or 14147289. OLE color: 14147289.
HSL color Cylindrical-coordinate representation of color #D9DED7: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DED7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 222 | 215 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.13 |
| HSL | 102.86º | 0.1% | 0.86% | - |
| HSV(B) | 102.86º | 0.03% | 0.87% | - |
| XYZ | 67 | 71.9 | 74.64 | - |
| YUV | 219.71 | 125.34 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 222 | 215 | 0.02 | 0 | 0.03 | 0.13 | 102.86 | 0.1 | 0.86 |
| Hex | D9 | DE | D7 | 2 | 0 | 3 | D | 67 | A | 56 |
| Octal | 331 | 336 | 327 | 2 | 0 | 3 | 15 | 147 | 12 | 126 |
| Binary | 11011001 | 11011110 | 11010111 | 10 | 0 | 11 | 1101 | 1100111 | 1010 | 1010110 |
Color Harmonies of #D9DED7
Complementary color
Monochromatic Colors of #D9DED7
Black with #D9DED7
Text Example
Text Example
White with #D9DED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DED7; }
p { color: rgb(217,222,215); }
H1.HeaderClassName
{
color: #D9DED7;
}
.AnyTagClassName
{
color: #D9DED7;
}
</style>
background-color css
<style>
a { background-color: #D9DED7; }
a { background-color: rgb(217,222,215); }
div.DivClassName
{
background-color: #D9DED7;
}
.BgClassName
{
background-color: #D9DED7;
}
</style>
border-color css
<style>
span { border-color: #D9DED7; }
span { border-color: rgb(217,222,215); }
td.TdClassName
{
border-color: #D9DED7;
}
.TagClassName
{
border-color: #D9DED7;
}
</style>