Shades of Peppermint #D3E0D1
Tints of Peppermint #D3E0D1
RGB
CMYK
RGB Variations
Color information
#D3E0D1 (or 0xD3E0D1) is known color: Peppermint. HEX triplet: D3, E0 and D1. RGB value is (211,224,209). Sum of RGB (Red+Green+Blue) = 211+224+209=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 224 (87.89% from 255 or 34.78% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0D1 is #2C1F2E. Grayscale: #DADADA. Windows color (decimal): -2891567 or 13754579. OLE color: 13754579.
HSL color Cylindrical-coordinate representation of color #D3E0D1: hue angle of 112º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3E0D1 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 209 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.12 |
| HSL | 112º | 0.19% | 0.85% | - |
| HSV(B) | 112º | 0.07% | 0.88% | - |
| XYZ | 65.03 | 71.76 | 70.75 | - |
| YUV | 218.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 209 | 0.06 | 0 | 0.07 | 0.12 | 112 | 0.19 | 0.85 |
| Hex | D3 | E0 | D1 | 6 | 0 | 7 | C | 70 | 13 | 55 |
| Octal | 323 | 340 | 321 | 6 | 0 | 7 | 14 | 160 | 23 | 125 |
| Binary | 11010011 | 11100000 | 11010001 | 110 | 0 | 111 | 1100 | 1110000 | 10011 | 1010101 |
Color Harmonies of #D3E0D1
Complementary color
Monochromatic Colors of #D3E0D1
Black with #D3E0D1
Text Example
Text Example
White with #D3E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0D1; }
p { color: rgb(211,224,209); }
H1.HeaderClassName
{
color: #D3E0D1;
}
.AnyTagClassName
{
color: #D3E0D1;
}
</style>
background-color css
<style>
a { background-color: #D3E0D1; }
a { background-color: rgb(211,224,209); }
div.DivClassName
{
background-color: #D3E0D1;
}
.BgClassName
{
background-color: #D3E0D1;
}
</style>
border-color css
<style>
span { border-color: #D3E0D1; }
span { border-color: rgb(211,224,209); }
td.TdClassName
{
border-color: #D3E0D1;
}
.TagClassName
{
border-color: #D3E0D1;
}
</style>