Shades of Peppermint #D2DCCD
Tints of Peppermint #D2DCCD
RGB
CMYK
RGB Variations
Color information
#D2DCCD (or 0xD2DCCD) is known color: Peppermint. HEX triplet: D2, DC and CD. RGB value is (210,220,205). Sum of RGB (Red+Green+Blue) = 210+220+205=635 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.07% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCD is #2D2332. Grayscale: #D7D7D7. Windows color (decimal): -2958131 or 13491410. OLE color: 13491410.
HSL color Cylindrical-coordinate representation of color #D2DCCD: hue angle of 100º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2DCCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 205 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.14 |
| HSL | 100º | 0.18% | 0.83% | - |
| HSV(B) | 100º | 0.07% | 0.86% | - |
| XYZ | 63.19 | 69.3 | 67.8 | - |
| YUV | 215.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 205 | 0.05 | 0 | 0.07 | 0.14 | 100 | 0.18 | 0.83 |
| Hex | D2 | DC | CD | 5 | 0 | 7 | E | 64 | 12 | 53 |
| Octal | 322 | 334 | 315 | 5 | 0 | 7 | 16 | 144 | 22 | 123 |
| Binary | 11010010 | 11011100 | 11001101 | 101 | 0 | 111 | 1110 | 1100100 | 10010 | 1010011 |
Color Harmonies of #D2DCCD
Complementary color
Monochromatic Colors of #D2DCCD
Black with #D2DCCD
Text Example
Text Example
White with #D2DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCCD; }
p { color: rgb(210,220,205); }
H1.HeaderClassName
{
color: #D2DCCD;
}
.AnyTagClassName
{
color: #D2DCCD;
}
</style>
background-color css
<style>
a { background-color: #D2DCCD; }
a { background-color: rgb(210,220,205); }
div.DivClassName
{
background-color: #D2DCCD;
}
.BgClassName
{
background-color: #D2DCCD;
}
</style>
border-color css
<style>
span { border-color: #D2DCCD; }
span { border-color: rgb(210,220,205); }
td.TdClassName
{
border-color: #D2DCCD;
}
.TagClassName
{
border-color: #D2DCCD;
}
</style>