Shades of Peppermint #D3E7CD
Tints of Peppermint #D3E7CD
RGB
CMYK
RGB Variations
Color information
#D3E7CD (or 0xD3E7CD) is known color: Peppermint. HEX triplet: D3, E7 and CD. RGB value is (211,231,205). Sum of RGB (Red+Green+Blue) = 211+231+205=647 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.61% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E7CD is #2C1832. Grayscale: #DEDEDE. Windows color (decimal): -2889779 or 13494227. OLE color: 13494227.
HSL color Cylindrical-coordinate representation of color #D3E7CD: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E7CD is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 205 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.09 |
| HSL | 106.15º | 0.35% | 0.85% | - |
| HSV(B) | 106.15º | 0.11% | 0.91% | - |
| XYZ | 66.46 | 75.41 | 68.81 | - |
| YUV | 222.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 205 | 0.09 | 0 | 0.11 | 0.09 | 106.15 | 0.35 | 0.85 |
| Hex | D3 | E7 | CD | 9 | 0 | B | 9 | 6A | 23 | 55 |
| Octal | 323 | 347 | 315 | 11 | 0 | 13 | 11 | 152 | 43 | 125 |
| Binary | 11010011 | 11100111 | 11001101 | 1001 | 0 | 1011 | 1001 | 1101010 | 100011 | 1010101 |
Color Harmonies of #D3E7CD
Complementary color
Monochromatic Colors of #D3E7CD
Black with #D3E7CD
Text Example
Text Example
White with #D3E7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E7CD; }
p { color: rgb(211,231,205); }
H1.HeaderClassName
{
color: #D3E7CD;
}
.AnyTagClassName
{
color: #D3E7CD;
}
</style>
background-color css
<style>
a { background-color: #D3E7CD; }
a { background-color: rgb(211,231,205); }
div.DivClassName
{
background-color: #D3E7CD;
}
.BgClassName
{
background-color: #D3E7CD;
}
</style>
border-color css
<style>
span { border-color: #D3E7CD; }
span { border-color: rgb(211,231,205); }
td.TdClassName
{
border-color: #D3E7CD;
}
.TagClassName
{
border-color: #D3E7CD;
}
</style>