Shades of Peppermint #D1E0CD
Tints of Peppermint #D1E0CD
RGB
CMYK
RGB Variations
Color information
#D1E0CD (or 0xD1E0CD) is known color: Peppermint. HEX triplet: D1, E0 and CD. RGB value is (209,224,205). Sum of RGB (Red+Green+Blue) = 209+224+205=638 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.76% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1E0CD is #2E1F32. Grayscale: #D9D9D9. Windows color (decimal): -3022643 or 13492433. OLE color: 13492433.
HSL color Cylindrical-coordinate representation of color #D1E0CD: hue angle of 107.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1E0CD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 224 | 205 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.12 |
| HSL | 107.37º | 0.23% | 0.84% | - |
| HSV(B) | 107.37º | 0.08% | 0.88% | - |
| XYZ | 63.97 | 71.27 | 68.14 | - |
| YUV | 217.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 224 | 205 | 0.07 | 0 | 0.08 | 0.12 | 107.37 | 0.23 | 0.84 |
| Hex | D1 | E0 | CD | 7 | 0 | 8 | C | 6B | 17 | 54 |
| Octal | 321 | 340 | 315 | 7 | 0 | 10 | 14 | 153 | 27 | 124 |
| Binary | 11010001 | 11100000 | 11001101 | 111 | 0 | 1000 | 1100 | 1101011 | 10111 | 1010100 |
Color Harmonies of #D1E0CD
Complementary color
Monochromatic Colors of #D1E0CD
Black with #D1E0CD
Text Example
Text Example
White with #D1E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E0CD; }
p { color: rgb(209,224,205); }
H1.HeaderClassName
{
color: #D1E0CD;
}
.AnyTagClassName
{
color: #D1E0CD;
}
</style>
background-color css
<style>
a { background-color: #D1E0CD; }
a { background-color: rgb(209,224,205); }
div.DivClassName
{
background-color: #D1E0CD;
}
.BgClassName
{
background-color: #D1E0CD;
}
</style>
border-color css
<style>
span { border-color: #D1E0CD; }
span { border-color: rgb(209,224,205); }
td.TdClassName
{
border-color: #D1E0CD;
}
.TagClassName
{
border-color: #D1E0CD;
}
</style>