Shades of Peppermint #D3E3CD
Tints of Peppermint #D3E3CD
RGB
CMYK
RGB Variations
Color information
#D3E3CD (or 0xD3E3CD) is known color: Peppermint. HEX triplet: D3, E3 and CD. RGB value is (211,227,205). Sum of RGB (Red+Green+Blue) = 211+227+205=643 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.81% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3CD is #2C1C32. Grayscale: #DBDBDB. Windows color (decimal): -2890803 or 13493203. OLE color: 13493203.
HSL color Cylindrical-coordinate representation of color #D3E3CD: hue angle of 103.64º degrees, saturation: 0.28, 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 #D3E3CD is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 205 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.11 |
| HSL | 103.64º | 0.28% | 0.85% | - |
| HSV(B) | 103.64º | 0.1% | 0.89% | - |
| XYZ | 65.35 | 73.19 | 68.44 | - |
| YUV | 219.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 205 | 0.07 | 0 | 0.10 | 0.11 | 103.64 | 0.28 | 0.85 |
| Hex | D3 | E3 | CD | 7 | 0 | A | B | 68 | 1C | 55 |
| Octal | 323 | 343 | 315 | 7 | 0 | 12 | 13 | 150 | 34 | 125 |
| Binary | 11010011 | 11100011 | 11001101 | 111 | 0 | 1010 | 1011 | 1101000 | 11100 | 1010101 |
Color Harmonies of #D3E3CD
Complementary color
Monochromatic Colors of #D3E3CD
Black with #D3E3CD
Text Example
Text Example
White with #D3E3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3CD; }
p { color: rgb(211,227,205); }
H1.HeaderClassName
{
color: #D3E3CD;
}
.AnyTagClassName
{
color: #D3E3CD;
}
</style>
background-color css
<style>
a { background-color: #D3E3CD; }
a { background-color: rgb(211,227,205); }
div.DivClassName
{
background-color: #D3E3CD;
}
.BgClassName
{
background-color: #D3E3CD;
}
</style>
border-color css
<style>
span { border-color: #D3E3CD; }
span { border-color: rgb(211,227,205); }
td.TdClassName
{
border-color: #D3E3CD;
}
.TagClassName
{
border-color: #D3E3CD;
}
</style>