Shades of Peppermint #D9E0D7
Tints of Peppermint #D9E0D7
RGB
CMYK
RGB Variations
Color information
#D9E0D7 (or 0xD9E0D7) is known color: Peppermint. HEX triplet: D9, E0 and D7. RGB value is (217,224,215). Sum of RGB (Red+Green+Blue) = 217+224+215=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0D7 is #261F28. Grayscale: #DCDCDC. Windows color (decimal): -2498345 or 14147801. OLE color: 14147801.
HSL color Cylindrical-coordinate representation of color #D9E0D7: hue angle of 106.67º degrees, saturation: 0.13, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D9E0D7 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 215 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.12 |
| HSL | 106.67º | 0.13% | 0.86% | - |
| HSV(B) | 106.67º | 0.04% | 0.88% | - |
| XYZ | 67.54 | 72.97 | 74.81 | - |
| YUV | 220.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 215 | 0.03 | 0 | 0.04 | 0.12 | 106.67 | 0.13 | 0.86 |
| Hex | D9 | E0 | D7 | 3 | 0 | 4 | C | 6B | D | 56 |
| Octal | 331 | 340 | 327 | 3 | 0 | 4 | 14 | 153 | 15 | 126 |
| Binary | 11011001 | 11100000 | 11010111 | 11 | 0 | 100 | 1100 | 1101011 | 1101 | 1010110 |
Color Harmonies of #D9E0D7
Complementary color
Monochromatic Colors of #D9E0D7
Black with #D9E0D7
Text Example
Text Example
White with #D9E0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0D7; }
p { color: rgb(217,224,215); }
H1.HeaderClassName
{
color: #D9E0D7;
}
.AnyTagClassName
{
color: #D9E0D7;
}
</style>
background-color css
<style>
a { background-color: #D9E0D7; }
a { background-color: rgb(217,224,215); }
div.DivClassName
{
background-color: #D9E0D7;
}
.BgClassName
{
background-color: #D9E0D7;
}
</style>
border-color css
<style>
span { border-color: #D9E0D7; }
span { border-color: rgb(217,224,215); }
td.TdClassName
{
border-color: #D9E0D7;
}
.TagClassName
{
border-color: #D9E0D7;
}
</style>