Shades of Peppermint #D1E6C9
Tints of Peppermint #D1E6C9
RGB
CMYK
RGB Variations
Color information
#D1E6C9 (or 0xD1E6C9) is known color: Peppermint. HEX triplet: D1, E6 and C9. RGB value is (209,230,201). Sum of RGB (Red+Green+Blue) = 209+230+201=640 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.66% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E6C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E6C9 is #2E1936. Grayscale: #DCDCDC. Windows color (decimal): -3021111 or 13231825. OLE color: 13231825.
HSL color Cylindrical-coordinate representation of color #D1E6C9: hue angle of 103.45º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1E6C9 is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 230 | 201 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.10 |
| HSL | 103.45º | 0.37% | 0.85% | - |
| HSV(B) | 103.45º | 0.13% | 0.9% | - |
| XYZ | 65.13 | 74.37 | 66.18 | - |
| YUV | 220.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 230 | 201 | 0.09 | 0 | 0.13 | 0.10 | 103.45 | 0.37 | 0.85 |
| Hex | D1 | E6 | C9 | 9 | 0 | D | A | 67 | 25 | 55 |
| Octal | 321 | 346 | 311 | 11 | 0 | 15 | 12 | 147 | 45 | 125 |
| Binary | 11010001 | 11100110 | 11001001 | 1001 | 0 | 1101 | 1010 | 1100111 | 100101 | 1010101 |
Color Harmonies of #D1E6C9
Complementary color
Monochromatic Colors of #D1E6C9
Black with #D1E6C9
Text Example
Text Example
White with #D1E6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E6C9; }
p { color: rgb(209,230,201); }
H1.HeaderClassName
{
color: #D1E6C9;
}
.AnyTagClassName
{
color: #D1E6C9;
}
</style>
background-color css
<style>
a { background-color: #D1E6C9; }
a { background-color: rgb(209,230,201); }
div.DivClassName
{
background-color: #D1E6C9;
}
.BgClassName
{
background-color: #D1E6C9;
}
</style>
border-color css
<style>
span { border-color: #D1E6C9; }
span { border-color: rgb(209,230,201); }
td.TdClassName
{
border-color: #D1E6C9;
}
.TagClassName
{
border-color: #D1E6C9;
}
</style>