Shades of Peppermint #D6E6CD
Tints of Peppermint #D6E6CD
RGB
CMYK
RGB Variations
Color information
#D6E6CD (or 0xD6E6CD) is known color: Peppermint. HEX triplet: D6, E6 and CD. RGB value is (214,230,205). Sum of RGB (Red+Green+Blue) = 214+230+205=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 230 (90.23% from 255 or 35.44% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 230 - color contains mainly: green. Hex color #D6E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E6CD is #291932. Grayscale: #DEDEDE. Windows color (decimal): -2693427 or 13493974. OLE color: 13493974.
HSL color Cylindrical-coordinate representation of color #D6E6CD: hue angle of 98.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E6CD is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 230 | 205 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.10 |
| HSL | 98.4º | 0.33% | 0.85% | - |
| HSV(B) | 98.4º | 0.11% | 0.9% | - |
| XYZ | 67.05 | 75.3 | 68.76 | - |
| YUV | 222.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 230 | 205 | 0.07 | 0 | 0.11 | 0.10 | 98.4 | 0.33 | 0.85 |
| Hex | D6 | E6 | CD | 7 | 0 | B | A | 62 | 21 | 55 |
| Octal | 326 | 346 | 315 | 7 | 0 | 13 | 12 | 142 | 41 | 125 |
| Binary | 11010110 | 11100110 | 11001101 | 111 | 0 | 1011 | 1010 | 1100010 | 100001 | 1010101 |
Color Harmonies of #D6E6CD
Complementary color
Monochromatic Colors of #D6E6CD
Black with #D6E6CD
Text Example
Text Example
White with #D6E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E6CD; }
p { color: rgb(214,230,205); }
H1.HeaderClassName
{
color: #D6E6CD;
}
.AnyTagClassName
{
color: #D6E6CD;
}
</style>
background-color css
<style>
a { background-color: #D6E6CD; }
a { background-color: rgb(214,230,205); }
div.DivClassName
{
background-color: #D6E6CD;
}
.BgClassName
{
background-color: #D6E6CD;
}
</style>
border-color css
<style>
span { border-color: #D6E6CD; }
span { border-color: rgb(214,230,205); }
td.TdClassName
{
border-color: #D6E6CD;
}
.TagClassName
{
border-color: #D6E6CD;
}
</style>