Shades of Peppermint #D3E1D0
Tints of Peppermint #D3E1D0
RGB
CMYK
RGB Variations
Color information
#D3E1D0 (or 0xD3E1D0) is known color: Peppermint. HEX triplet: D3, E1 and D0. RGB value is (211,225,208). Sum of RGB (Red+Green+Blue) = 211+225+208=644 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.76% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1D0 is #2C1E2F. Grayscale: #DADADA. Windows color (decimal): -2891312 or 13689299. OLE color: 13689299.
HSL color Cylindrical-coordinate representation of color #D3E1D0: hue angle of 109.41º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E1D0 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 208 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 109.41º | 0.22% | 0.85% | - |
| HSV(B) | 109.41º | 0.08% | 0.88% | - |
| XYZ | 65.17 | 72.25 | 70.19 | - |
| YUV | 218.88 | 121.86 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 208 | 0.06 | 0 | 0.08 | 0.12 | 109.41 | 0.22 | 0.85 |
| Hex | D3 | E1 | D0 | 6 | 0 | 8 | C | 6D | 16 | 55 |
| Octal | 323 | 341 | 320 | 6 | 0 | 10 | 14 | 155 | 26 | 125 |
| Binary | 11010011 | 11100001 | 11010000 | 110 | 0 | 1000 | 1100 | 1101101 | 10110 | 1010101 |
Color Harmonies of #D3E1D0
Complementary color
Monochromatic Colors of #D3E1D0
Black with #D3E1D0
Text Example
Text Example
White with #D3E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1D0; }
p { color: rgb(211,225,208); }
H1.HeaderClassName
{
color: #D3E1D0;
}
.AnyTagClassName
{
color: #D3E1D0;
}
</style>
background-color css
<style>
a { background-color: #D3E1D0; }
a { background-color: rgb(211,225,208); }
div.DivClassName
{
background-color: #D3E1D0;
}
.BgClassName
{
background-color: #D3E1D0;
}
</style>
border-color css
<style>
span { border-color: #D3E1D0; }
span { border-color: rgb(211,225,208); }
td.TdClassName
{
border-color: #D3E1D0;
}
.TagClassName
{
border-color: #D3E1D0;
}
</style>