Shades of Peppermint #D2DCCE
Tints of Peppermint #D2DCCE
RGB
CMYK
RGB Variations
Color information
#D2DCCE (or 0xD2DCCE) is known color: Peppermint. HEX triplet: D2, DC and CE. RGB value is (210,220,206). Sum of RGB (Red+Green+Blue) = 210+220+206=636 (84% of max value = 765). Red value is 210 (82.42% from 255 or 33.02% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 206 (80.86% from 255 or 32.39% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCCE is #2D2331. Grayscale: #D7D7D7. Windows color (decimal): -2958130 or 13556946. OLE color: 13556946.
HSL color Cylindrical-coordinate representation of color #D2DCCE: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2DCCE is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 220 | 206 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.14 |
| HSL | 102.86º | 0.17% | 0.84% | - |
| HSV(B) | 102.86º | 0.06% | 0.86% | - |
| XYZ | 63.31 | 69.34 | 68.44 | - |
| YUV | 215.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 220 | 206 | 0.05 | 0 | 0.06 | 0.14 | 102.86 | 0.17 | 0.84 |
| Hex | D2 | DC | CE | 5 | 0 | 6 | E | 67 | 11 | 54 |
| Octal | 322 | 334 | 316 | 5 | 0 | 6 | 16 | 147 | 21 | 124 |
| Binary | 11010010 | 11011100 | 11001110 | 101 | 0 | 110 | 1110 | 1100111 | 10001 | 1010100 |
Color Harmonies of #D2DCCE
Complementary color
Monochromatic Colors of #D2DCCE
Black with #D2DCCE
Text Example
Text Example
White with #D2DCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DCCE; }
p { color: rgb(210,220,206); }
H1.HeaderClassName
{
color: #D2DCCE;
}
.AnyTagClassName
{
color: #D2DCCE;
}
</style>
background-color css
<style>
a { background-color: #D2DCCE; }
a { background-color: rgb(210,220,206); }
div.DivClassName
{
background-color: #D2DCCE;
}
.BgClassName
{
background-color: #D2DCCE;
}
</style>
border-color css
<style>
span { border-color: #D2DCCE; }
span { border-color: rgb(210,220,206); }
td.TdClassName
{
border-color: #D2DCCE;
}
.TagClassName
{
border-color: #D2DCCE;
}
</style>