Shades of Peppermint #D2DAD0
Tints of Peppermint #D2DAD0
RGB
CMYK
RGB Variations
Color information
#D2DAD0 (or 0xD2DAD0) is known color: Peppermint. HEX triplet: D2, DA and D0. RGB value is (210,218,208). Sum of RGB (Red+Green+Blue) = 210+218+208=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAD0 is #2D252F. Grayscale: #D6D6D6. Windows color (decimal): -2958640 or 13687506. OLE color: 13687506.
HSL color Cylindrical-coordinate representation of color #D2DAD0: hue angle of 108º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DAD0 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 208 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.15 |
| HSL | 108º | 0.12% | 0.84% | - |
| HSV(B) | 108º | 0.05% | 0.85% | - |
| XYZ | 63.03 | 68.4 | 69.55 | - |
| YUV | 214.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 208 | 0.04 | 0 | 0.05 | 0.15 | 108 | 0.12 | 0.84 |
| Hex | D2 | DA | D0 | 4 | 0 | 5 | F | 6C | C | 54 |
| Octal | 322 | 332 | 320 | 4 | 0 | 5 | 17 | 154 | 14 | 124 |
| Binary | 11010010 | 11011010 | 11010000 | 100 | 0 | 101 | 1111 | 1101100 | 1100 | 1010100 |
Color Harmonies of #D2DAD0
Complementary color
Monochromatic Colors of #D2DAD0
Black with #D2DAD0
Text Example
Text Example
White with #D2DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAD0; }
p { color: rgb(210,218,208); }
H1.HeaderClassName
{
color: #D2DAD0;
}
.AnyTagClassName
{
color: #D2DAD0;
}
</style>
background-color css
<style>
a { background-color: #D2DAD0; }
a { background-color: rgb(210,218,208); }
div.DivClassName
{
background-color: #D2DAD0;
}
.BgClassName
{
background-color: #D2DAD0;
}
</style>
border-color css
<style>
span { border-color: #D2DAD0; }
span { border-color: rgb(210,218,208); }
td.TdClassName
{
border-color: #D2DAD0;
}
.TagClassName
{
border-color: #D2DAD0;
}
</style>