Shades of Peppermint #D6E9C9
Tints of Peppermint #D6E9C9
RGB
CMYK
RGB Variations
Color information
#D6E9C9 (or 0xD6E9C9) is known color: Peppermint. HEX triplet: D6, E9 and C9. RGB value is (214,233,201). Sum of RGB (Red+Green+Blue) = 214+233+201=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 201 (78.91% from 255 or 31.02% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6E9C9 is #291636. Grayscale: #DFDFDF. Windows color (decimal): -2692663 or 13232598. OLE color: 13232598.
HSL color Cylindrical-coordinate representation of color #D6E9C9: hue angle of 95.62º degrees, saturation: 0.42, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6E9C9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 233 | 201 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.09 |
| HSL | 95.63º | 0.42% | 0.85% | - |
| HSV(B) | 95.63º | 0.14% | 0.91% | - |
| XYZ | 67.41 | 76.79 | 66.53 | - |
| YUV | 223.67 | 115.21 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 233 | 201 | 0.08 | 0 | 0.14 | 0.09 | 95.63 | 0.42 | 0.85 |
| Hex | D6 | E9 | C9 | 8 | 0 | E | 9 | 60 | 2A | 55 |
| Octal | 326 | 351 | 311 | 10 | 0 | 16 | 11 | 140 | 52 | 125 |
| Binary | 11010110 | 11101001 | 11001001 | 1000 | 0 | 1110 | 1001 | 1100000 | 101010 | 1010101 |
Color Harmonies of #D6E9C9
Complementary color
Monochromatic Colors of #D6E9C9
Black with #D6E9C9
Text Example
Text Example
White with #D6E9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E9C9; }
p { color: rgb(214,233,201); }
H1.HeaderClassName
{
color: #D6E9C9;
}
.AnyTagClassName
{
color: #D6E9C9;
}
</style>
background-color css
<style>
a { background-color: #D6E9C9; }
a { background-color: rgb(214,233,201); }
div.DivClassName
{
background-color: #D6E9C9;
}
.BgClassName
{
background-color: #D6E9C9;
}
</style>
border-color css
<style>
span { border-color: #D6E9C9; }
span { border-color: rgb(214,233,201); }
td.TdClassName
{
border-color: #D6E9C9;
}
.TagClassName
{
border-color: #D6E9C9;
}
</style>