Shades of Peppermint #D2DACE
Tints of Peppermint #D2DACE
RGB
CMYK
RGB Variations
Color information
#D2DACE (or 0xD2DACE) is known color: Peppermint. HEX triplet: D2, DA and CE. RGB value is (210,218,206). Sum of RGB (Red+Green+Blue) = 210+218+206=634 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.12% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DACE is #2D2531. Grayscale: #D6D6D6. Windows color (decimal): -2958642 or 13556434. OLE color: 13556434.
HSL color Cylindrical-coordinate representation of color #D2DACE: hue angle of 100º 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 #D2DACE is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 218 | 206 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.15 |
| HSL | 100º | 0.14% | 0.83% | - |
| HSV(B) | 100º | 0.06% | 0.85% | - |
| XYZ | 62.79 | 68.3 | 68.27 | - |
| YUV | 214.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 206 | 0.04 | 0 | 0.06 | 0.15 | 100 | 0.14 | 0.83 |
| Hex | D2 | DA | CE | 4 | 0 | 6 | F | 64 | E | 53 |
| Octal | 322 | 332 | 316 | 4 | 0 | 6 | 17 | 144 | 16 | 123 |
| Binary | 11010010 | 11011010 | 11001110 | 100 | 0 | 110 | 1111 | 1100100 | 1110 | 1010011 |
Color Harmonies of #D2DACE
Complementary color
Monochromatic Colors of #D2DACE
Black with #D2DACE
Text Example
Text Example
White with #D2DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DACE; }
p { color: rgb(210,218,206); }
H1.HeaderClassName
{
color: #D2DACE;
}
.AnyTagClassName
{
color: #D2DACE;
}
</style>
background-color css
<style>
a { background-color: #D2DACE; }
a { background-color: rgb(210,218,206); }
div.DivClassName
{
background-color: #D2DACE;
}
.BgClassName
{
background-color: #D2DACE;
}
</style>
border-color css
<style>
span { border-color: #D2DACE; }
span { border-color: rgb(210,218,206); }
td.TdClassName
{
border-color: #D2DACE;
}
.TagClassName
{
border-color: #D2DACE;
}
</style>