Shades of Peppermint #D1DDCD
Tints of Peppermint #D1DDCD
RGB
CMYK
RGB Variations
Color information
#D1DDCD (or 0xD1DDCD) is known color: Peppermint. HEX triplet: D1, DD and CD. RGB value is (209,221,205). Sum of RGB (Red+Green+Blue) = 209+221+205=635 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.91% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDCD is #2E2232. Grayscale: #D7D7D7. Windows color (decimal): -3023411 or 13491665. OLE color: 13491665.
HSL color Cylindrical-coordinate representation of color #D1DDCD: hue angle of 105º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1DDCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 209 | 221 | 205 | - |
CMYK | 0.05 | 0 | 0.07 | 0.13 |
HSL | 105º | 0.19% | 0.84% | - |
HSV(B) | 105º | 0.07% | 0.87% | - |
XYZ | 63.17 | 69.68 | 67.88 | - |
YUV | 215.59 | 122.02 | 123.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 221 | 205 | 0.05 | 0 | 0.07 | 0.13 | 105 | 0.19 | 0.84 |
Hex | D1 | DD | CD | 5 | 0 | 7 | D | 69 | 13 | 54 |
Octal | 321 | 335 | 315 | 5 | 0 | 7 | 15 | 151 | 23 | 124 |
Binary | 11010001 | 11011101 | 11001101 | 101 | 0 | 111 | 1101 | 1101001 | 10011 | 1010100 |
Color Harmonies of #D1DDCD
Complementary color
Monochromatic Colors of #D1DDCD
Black with #D1DDCD
Text Example
Text Example
White with #D1DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DDCD; }
p { color: rgb(209,221,205); }
H1.HeaderClassName
{
color: #D1DDCD;
}
.AnyTagClassName
{
color: #D1DDCD;
}
</style>
background-color css
<style>
a { background-color: #D1DDCD; }
a { background-color: rgb(209,221,205); }
div.DivClassName
{
background-color: #D1DDCD;
}
.BgClassName
{
background-color: #D1DDCD;
}
</style>
border-color css
<style>
span { border-color: #D1DDCD; }
span { border-color: rgb(209,221,205); }
td.TdClassName
{
border-color: #D1DDCD;
}
.TagClassName
{
border-color: #D1DDCD;
}
</style>