Shades of Peppermint #D0D9CD
Tints of Peppermint #D0D9CD
RGB
CMYK
RGB Variations
Color information
#D0D9CD (or 0xD0D9CD) is known color: Peppermint. HEX triplet: D0, D9 and CD. RGB value is (208,217,205). Sum of RGB (Red+Green+Blue) = 208+217+205=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D9CD is #2F2632. Grayscale: #D4D4D4. Windows color (decimal): -3089971 or 13490640. OLE color: 13490640.
HSL color Cylindrical-coordinate representation of color #D0D9CD: hue angle of 105º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D0D9CD is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 217 | 205 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.15 |
| HSL | 105º | 0.14% | 0.83% | - |
| HSV(B) | 105º | 0.06% | 0.85% | - |
| XYZ | 61.84 | 67.44 | 67.52 | - |
| YUV | 212.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 217 | 205 | 0.04 | 0 | 0.06 | 0.15 | 105 | 0.14 | 0.83 |
| Hex | D0 | D9 | CD | 4 | 0 | 6 | F | 69 | E | 53 |
| Octal | 320 | 331 | 315 | 4 | 0 | 6 | 17 | 151 | 16 | 123 |
| Binary | 11010000 | 11011001 | 11001101 | 100 | 0 | 110 | 1111 | 1101001 | 1110 | 1010011 |
Color Harmonies of #D0D9CD
Complementary color
Monochromatic Colors of #D0D9CD
Black with #D0D9CD
Text Example
Text Example
White with #D0D9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D9CD; }
p { color: rgb(208,217,205); }
H1.HeaderClassName
{
color: #D0D9CD;
}
.AnyTagClassName
{
color: #D0D9CD;
}
</style>
background-color css
<style>
a { background-color: #D0D9CD; }
a { background-color: rgb(208,217,205); }
div.DivClassName
{
background-color: #D0D9CD;
}
.BgClassName
{
background-color: #D0D9CD;
}
</style>
border-color css
<style>
span { border-color: #D0D9CD; }
span { border-color: rgb(208,217,205); }
td.TdClassName
{
border-color: #D0D9CD;
}
.TagClassName
{
border-color: #D0D9CD;
}
</style>