Shades of Peppermint #D0DCCD
Tints of Peppermint #D0DCCD
RGB
CMYK
RGB Variations
Color information
#D0DCCD (or 0xD0DCCD) is known color: Peppermint. HEX triplet: D0, DC and CD. RGB value is (208,220,205). Sum of RGB (Red+Green+Blue) = 208+220+205=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DCCD is #2F2332. Grayscale: #D6D6D6. Windows color (decimal): -3089203 or 13491408. OLE color: 13491408.
HSL color Cylindrical-coordinate representation of color #D0DCCD: hue angle of 108º 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 #D0DCCD is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 220 | 205 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.14 |
| HSL | 108º | 0.18% | 0.83% | - |
| HSV(B) | 108º | 0.07% | 0.86% | - |
| XYZ | 62.63 | 69 | 67.78 | - |
| YUV | 214.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 220 | 205 | 0.05 | 0 | 0.07 | 0.14 | 108 | 0.18 | 0.83 |
| Hex | D0 | DC | CD | 5 | 0 | 7 | E | 6C | 12 | 53 |
| Octal | 320 | 334 | 315 | 5 | 0 | 7 | 16 | 154 | 22 | 123 |
| Binary | 11010000 | 11011100 | 11001101 | 101 | 0 | 111 | 1110 | 1101100 | 10010 | 1010011 |
Color Harmonies of #D0DCCD
Complementary color
Monochromatic Colors of #D0DCCD
Black with #D0DCCD
Text Example
Text Example
White with #D0DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DCCD; }
p { color: rgb(208,220,205); }
H1.HeaderClassName
{
color: #D0DCCD;
}
.AnyTagClassName
{
color: #D0DCCD;
}
</style>
background-color css
<style>
a { background-color: #D0DCCD; }
a { background-color: rgb(208,220,205); }
div.DivClassName
{
background-color: #D0DCCD;
}
.BgClassName
{
background-color: #D0DCCD;
}
</style>
border-color css
<style>
span { border-color: #D0DCCD; }
span { border-color: rgb(208,220,205); }
td.TdClassName
{
border-color: #D0DCCD;
}
.TagClassName
{
border-color: #D0DCCD;
}
</style>