Shades of Peppermint #D0DECE
Tints of Peppermint #D0DECE
RGB
CMYK
RGB Variations
Color information
#D0DECE (or 0xD0DECE) is known color: Peppermint. HEX triplet: D0, DE and CE. RGB value is (208,222,206). Sum of RGB (Red+Green+Blue) = 208+222+206=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DECE is #2F2131. Grayscale: #D8D8D8. Windows color (decimal): -3088690 or 13557456. OLE color: 13557456.
HSL color Cylindrical-coordinate representation of color #D0DECE: hue angle of 112.5º degrees, saturation: 0.2, 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 #D0DECE is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 206 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.13 |
| HSL | 112.5º | 0.2% | 0.84% | - |
| HSV(B) | 112.5º | 0.07% | 0.87% | - |
| XYZ | 63.27 | 70.11 | 68.59 | - |
| YUV | 215.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 206 | 0.06 | 0 | 0.07 | 0.13 | 112.5 | 0.2 | 0.84 |
| Hex | D0 | DE | CE | 6 | 0 | 7 | D | 70 | 14 | 54 |
| Octal | 320 | 336 | 316 | 6 | 0 | 7 | 15 | 160 | 24 | 124 |
| Binary | 11010000 | 11011110 | 11001110 | 110 | 0 | 111 | 1101 | 1110000 | 10100 | 1010100 |
Color Harmonies of #D0DECE
Complementary color
Monochromatic Colors of #D0DECE
Black with #D0DECE
Text Example
Text Example
White with #D0DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DECE; }
p { color: rgb(208,222,206); }
H1.HeaderClassName
{
color: #D0DECE;
}
.AnyTagClassName
{
color: #D0DECE;
}
</style>
background-color css
<style>
a { background-color: #D0DECE; }
a { background-color: rgb(208,222,206); }
div.DivClassName
{
background-color: #D0DECE;
}
.BgClassName
{
background-color: #D0DECE;
}
</style>
border-color css
<style>
span { border-color: #D0DECE; }
span { border-color: rgb(208,222,206); }
td.TdClassName
{
border-color: #D0DECE;
}
.TagClassName
{
border-color: #D0DECE;
}
</style>