Shades of Peppermint #D9DCD8
Tints of Peppermint #D9DCD8
RGB
CMYK
RGB Variations
Color information
#D9DCD8 (or 0xD9DCD8) is known color: Peppermint. HEX triplet: D9, DC and D8. RGB value is (217,220,216). Sum of RGB (Red+Green+Blue) = 217+220+216=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 216 (84.77% from 255 or 33.08% from 653); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD8 is #262327. Grayscale: #DADADA. Windows color (decimal): -2499368 or 14212313. OLE color: 14212313.
HSL color Cylindrical-coordinate representation of color #D9DCD8: hue angle of 105º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DCD8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 220 | 216 | - |
CMYK | 0.01 | 0 | 0.02 | 0.14 |
HSL | 105º | 0.05% | 0.85% | - |
HSV(B) | 105º | 0.02% | 0.86% | - |
XYZ | 66.6 | 70.9 | 75.14 | - |
YUV | 218.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 220 | 216 | 0.01 | 0 | 0.02 | 0.14 | 105 | 0.05 | 0.85 |
Hex | D9 | DC | D8 | 1 | 0 | 2 | E | 69 | 5 | 55 |
Octal | 331 | 334 | 330 | 1 | 0 | 2 | 16 | 151 | 5 | 125 |
Binary | 11011001 | 11011100 | 11011000 | 1 | 0 | 10 | 1110 | 1101001 | 101 | 1010101 |
Color Harmonies of #D9DCD8
Complementary color
Monochromatic Colors of #D9DCD8
Black with #D9DCD8
Text Example
Text Example
White with #D9DCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCD8; }
p { color: rgb(217,220,216); }
H1.HeaderClassName
{
color: #D9DCD8;
}
.AnyTagClassName
{
color: #D9DCD8;
}
</style>
background-color css
<style>
a { background-color: #D9DCD8; }
a { background-color: rgb(217,220,216); }
div.DivClassName
{
background-color: #D9DCD8;
}
.BgClassName
{
background-color: #D9DCD8;
}
</style>
border-color css
<style>
span { border-color: #D9DCD8; }
span { border-color: rgb(217,220,216); }
td.TdClassName
{
border-color: #D9DCD8;
}
.TagClassName
{
border-color: #D9DCD8;
}
</style>