Shades of Peppermint #D2DAD1
Tints of Peppermint #D2DAD1
RGB
CMYK
RGB Variations
Color information
#D2DAD1 (or 0xD2DAD1) is known color: Peppermint. HEX triplet: D2, DA and D1. RGB value is (210,218,209). Sum of RGB (Red+Green+Blue) = 210+218+209=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 209 (82.03% from 255 or 32.81% from 637); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DAD1 is #2D252E. Grayscale: #D6D6D6. Windows color (decimal): -2958639 or 13753042. OLE color: 13753042.
HSL color Cylindrical-coordinate representation of color #D2DAD1: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2DAD1 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 210 | 218 | 209 | - |
CMYK | 0.04 | 0 | 0.04 | 0.15 |
HSL | 113.33º | 0.11% | 0.84% | - |
HSV(B) | 113.33º | 0.04% | 0.85% | - |
XYZ | 63.16 | 68.45 | 70.2 | - |
YUV | 214.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 218 | 209 | 0.04 | 0 | 0.04 | 0.15 | 113.33 | 0.11 | 0.84 |
Hex | D2 | DA | D1 | 4 | 0 | 4 | F | 71 | B | 54 |
Octal | 322 | 332 | 321 | 4 | 0 | 4 | 17 | 161 | 13 | 124 |
Binary | 11010010 | 11011010 | 11010001 | 100 | 0 | 100 | 1111 | 1110001 | 1011 | 1010100 |
Color Harmonies of #D2DAD1
Complementary color
Monochromatic Colors of #D2DAD1
Black with #D2DAD1
Text Example
Text Example
White with #D2DAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAD1; }
p { color: rgb(210,218,209); }
H1.HeaderClassName
{
color: #D2DAD1;
}
.AnyTagClassName
{
color: #D2DAD1;
}
</style>
background-color css
<style>
a { background-color: #D2DAD1; }
a { background-color: rgb(210,218,209); }
div.DivClassName
{
background-color: #D2DAD1;
}
.BgClassName
{
background-color: #D2DAD1;
}
</style>
border-color css
<style>
span { border-color: #D2DAD1; }
span { border-color: rgb(210,218,209); }
td.TdClassName
{
border-color: #D2DAD1;
}
.TagClassName
{
border-color: #D2DAD1;
}
</style>