Shades of Peppermint #D1E1CD
Tints of Peppermint #D1E1CD
RGB
CMYK
RGB Variations
Color information
#D1E1CD (or 0xD1E1CD) is known color: Peppermint. HEX triplet: D1, E1 and CD. RGB value is (209,225,205). Sum of RGB (Red+Green+Blue) = 209+225+205=639 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.71% from 639); Green value is 225 (88.28% from 255 or 35.21% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E1CD is #2E1E32. Grayscale: #DADADA. Windows color (decimal): -3022387 or 13492689. OLE color: 13492689.
HSL color Cylindrical-coordinate representation of color #D1E1CD: hue angle of 108º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1E1CD is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 205 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.12 |
| HSL | 108º | 0.25% | 0.84% | - |
| HSV(B) | 108º | 0.09% | 0.88% | - |
| XYZ | 64.24 | 71.81 | 68.23 | - |
| YUV | 217.94 | 120.7 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 205 | 0.07 | 0 | 0.09 | 0.12 | 108 | 0.25 | 0.84 |
| Hex | D1 | E1 | CD | 7 | 0 | 9 | C | 6C | 19 | 54 |
| Octal | 321 | 341 | 315 | 7 | 0 | 11 | 14 | 154 | 31 | 124 |
| Binary | 11010001 | 11100001 | 11001101 | 111 | 0 | 1001 | 1100 | 1101100 | 11001 | 1010100 |
Color Harmonies of #D1E1CD
Complementary color
Monochromatic Colors of #D1E1CD
Black with #D1E1CD
Text Example
Text Example
White with #D1E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E1CD; }
p { color: rgb(209,225,205); }
H1.HeaderClassName
{
color: #D1E1CD;
}
.AnyTagClassName
{
color: #D1E1CD;
}
</style>
background-color css
<style>
a { background-color: #D1E1CD; }
a { background-color: rgb(209,225,205); }
div.DivClassName
{
background-color: #D1E1CD;
}
.BgClassName
{
background-color: #D1E1CD;
}
</style>
border-color css
<style>
span { border-color: #D1E1CD; }
span { border-color: rgb(209,225,205); }
td.TdClassName
{
border-color: #D1E1CD;
}
.TagClassName
{
border-color: #D1E1CD;
}
</style>