Shades of Peppermint #D6E7D1
Tints of Peppermint #D6E7D1
RGB
CMYK
RGB Variations
Color information
#D6E7D1 (or 0xD6E7D1) is known color: Peppermint. HEX triplet: D6, E7 and D1. RGB value is (214,231,209). Sum of RGB (Red+Green+Blue) = 214+231+209=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 209 (82.03% from 255 or 31.96% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E7D1 is #29182E. Grayscale: #DFDFDF. Windows color (decimal): -2693167 or 13756374. OLE color: 13756374.
HSL color Cylindrical-coordinate representation of color #D6E7D1: hue angle of 106.36º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6E7D1 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 231 | 209 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.09 |
| HSL | 106.36º | 0.31% | 0.86% | - |
| HSV(B) | 106.36º | 0.1% | 0.91% | - |
| XYZ | 67.82 | 76.05 | 71.43 | - |
| YUV | 223.41 | 119.87 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 231 | 209 | 0.07 | 0 | 0.10 | 0.09 | 106.36 | 0.31 | 0.86 |
| Hex | D6 | E7 | D1 | 7 | 0 | A | 9 | 6A | 1F | 56 |
| Octal | 326 | 347 | 321 | 7 | 0 | 12 | 11 | 152 | 37 | 126 |
| Binary | 11010110 | 11100111 | 11010001 | 111 | 0 | 1010 | 1001 | 1101010 | 11111 | 1010110 |
Color Harmonies of #D6E7D1
Complementary color
Monochromatic Colors of #D6E7D1
Black with #D6E7D1
Text Example
Text Example
White with #D6E7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E7D1; }
p { color: rgb(214,231,209); }
H1.HeaderClassName
{
color: #D6E7D1;
}
.AnyTagClassName
{
color: #D6E7D1;
}
</style>
background-color css
<style>
a { background-color: #D6E7D1; }
a { background-color: rgb(214,231,209); }
div.DivClassName
{
background-color: #D6E7D1;
}
.BgClassName
{
background-color: #D6E7D1;
}
</style>
border-color css
<style>
span { border-color: #D6E7D1; }
span { border-color: rgb(214,231,209); }
td.TdClassName
{
border-color: #D6E7D1;
}
.TagClassName
{
border-color: #D6E7D1;
}
</style>