Shades of Peppermint #D9DDD7
Tints of Peppermint #D9DDD7
RGB
CMYK
RGB Variations
Color information
#D9DDD7 (or 0xD9DDD7) is known color: Peppermint. HEX triplet: D9, DD and D7. RGB value is (217,221,215). Sum of RGB (Red+Green+Blue) = 217+221+215=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 215 (84.38% from 255 or 32.92% from 653); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDD7 is #262228. Grayscale: #DBDBDB. Windows color (decimal): -2499113 or 14147033. OLE color: 14147033.
HSL color Cylindrical-coordinate representation of color #D9DDD7: hue angle of 100º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DDD7 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 221 | 215 | - |
CMYK | 0.02 | 0 | 0.03 | 0.13 |
HSL | 100º | 0.08% | 0.85% | - |
HSV(B) | 100º | 0.03% | 0.87% | - |
XYZ | 66.74 | 71.37 | 74.55 | - |
YUV | 219.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 221 | 215 | 0.02 | 0 | 0.03 | 0.13 | 100 | 0.08 | 0.85 |
Hex | D9 | DD | D7 | 2 | 0 | 3 | D | 64 | 8 | 55 |
Octal | 331 | 335 | 327 | 2 | 0 | 3 | 15 | 144 | 10 | 125 |
Binary | 11011001 | 11011101 | 11010111 | 10 | 0 | 11 | 1101 | 1100100 | 1000 | 1010101 |
Color Harmonies of #D9DDD7
Complementary color
Monochromatic Colors of #D9DDD7
Black with #D9DDD7
Text Example
Text Example
White with #D9DDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDD7; }
p { color: rgb(217,221,215); }
H1.HeaderClassName
{
color: #D9DDD7;
}
.AnyTagClassName
{
color: #D9DDD7;
}
</style>
background-color css
<style>
a { background-color: #D9DDD7; }
a { background-color: rgb(217,221,215); }
div.DivClassName
{
background-color: #D9DDD7;
}
.BgClassName
{
background-color: #D9DDD7;
}
</style>
border-color css
<style>
span { border-color: #D9DDD7; }
span { border-color: rgb(217,221,215); }
td.TdClassName
{
border-color: #D9DDD7;
}
.TagClassName
{
border-color: #D9DDD7;
}
</style>