Shades of Peppermint #D6E8CD
Tints of Peppermint #D6E8CD
RGB
CMYK
RGB Variations
Color information
#D6E8CD (or 0xD6E8CD) is known color: Peppermint. HEX triplet: D6, E8 and CD. RGB value is (214,232,205). Sum of RGB (Red+Green+Blue) = 214+232+205=651 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.87% from 651); Green value is 232 (91.02% from 255 or 35.64% from 651); Blue value is 205 (80.47% from 255 or 31.49% from 651); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E8CD is #291732. Grayscale: #DFDFDF. Windows color (decimal): -2692915 or 13494486. OLE color: 13494486.
HSL color Cylindrical-coordinate representation of color #D6E8CD: hue angle of 100º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E8CD is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 232 | 205 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.09 |
| HSL | 100º | 0.37% | 0.86% | - |
| HSV(B) | 100º | 0.12% | 0.91% | - |
| XYZ | 67.61 | 76.42 | 68.94 | - |
| YUV | 223.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 232 | 205 | 0.08 | 0 | 0.12 | 0.09 | 100 | 0.37 | 0.86 |
| Hex | D6 | E8 | CD | 8 | 0 | C | 9 | 64 | 25 | 56 |
| Octal | 326 | 350 | 315 | 10 | 0 | 14 | 11 | 144 | 45 | 126 |
| Binary | 11010110 | 11101000 | 11001101 | 1000 | 0 | 1100 | 1001 | 1100100 | 100101 | 1010110 |
Color Harmonies of #D6E8CD
Complementary color
Monochromatic Colors of #D6E8CD
Black with #D6E8CD
Text Example
Text Example
White with #D6E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E8CD; }
p { color: rgb(214,232,205); }
H1.HeaderClassName
{
color: #D6E8CD;
}
.AnyTagClassName
{
color: #D6E8CD;
}
</style>
background-color css
<style>
a { background-color: #D6E8CD; }
a { background-color: rgb(214,232,205); }
div.DivClassName
{
background-color: #D6E8CD;
}
.BgClassName
{
background-color: #D6E8CD;
}
</style>
border-color css
<style>
span { border-color: #D6E8CD; }
span { border-color: rgb(214,232,205); }
td.TdClassName
{
border-color: #D6E8CD;
}
.TagClassName
{
border-color: #D6E8CD;
}
</style>