Shades of Peppermint #D1E4CD
Tints of Peppermint #D1E4CD
RGB
CMYK
RGB Variations
Color information
#D1E4CD (or 0xD1E4CD) is known color: Peppermint. HEX triplet: D1, E4 and CD. RGB value is (209,228,205). Sum of RGB (Red+Green+Blue) = 209+228+205=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 228 (89.45% from 255 or 35.51% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E4CD is #2E1B32. Grayscale: #DBDBDB. Windows color (decimal): -3021619 or 13493457. OLE color: 13493457.
HSL color Cylindrical-coordinate representation of color #D1E4CD: hue angle of 109.57º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E4CD is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 205 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.11 |
| HSL | 109.57º | 0.3% | 0.85% | - |
| HSV(B) | 109.57º | 0.1% | 0.89% | - |
| XYZ | 65.06 | 73.45 | 68.51 | - |
| YUV | 219.7 | 119.71 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 205 | 0.08 | 0 | 0.10 | 0.11 | 109.57 | 0.3 | 0.85 |
| Hex | D1 | E4 | CD | 8 | 0 | A | B | 6E | 1E | 55 |
| Octal | 321 | 344 | 315 | 10 | 0 | 12 | 13 | 156 | 36 | 125 |
| Binary | 11010001 | 11100100 | 11001101 | 1000 | 0 | 1010 | 1011 | 1101110 | 11110 | 1010101 |
Color Harmonies of #D1E4CD
Complementary color
Monochromatic Colors of #D1E4CD
Black with #D1E4CD
Text Example
Text Example
White with #D1E4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E4CD; }
p { color: rgb(209,228,205); }
H1.HeaderClassName
{
color: #D1E4CD;
}
.AnyTagClassName
{
color: #D1E4CD;
}
</style>
background-color css
<style>
a { background-color: #D1E4CD; }
a { background-color: rgb(209,228,205); }
div.DivClassName
{
background-color: #D1E4CD;
}
.BgClassName
{
background-color: #D1E4CD;
}
</style>
border-color css
<style>
span { border-color: #D1E4CD; }
span { border-color: rgb(209,228,205); }
td.TdClassName
{
border-color: #D1E4CD;
}
.TagClassName
{
border-color: #D1E4CD;
}
</style>