Shades of Peppermint #D3E6CD
Tints of Peppermint #D3E6CD
RGB
CMYK
RGB Variations
Color information
#D3E6CD (or 0xD3E6CD) is known color: Peppermint. HEX triplet: D3, E6 and CD. RGB value is (211,230,205). Sum of RGB (Red+Green+Blue) = 211+230+205=646 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.66% from 646); Green value is 230 (90.23% from 255 or 35.60% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E6CD is #2C1932. Grayscale: #DDDDDD. Windows color (decimal): -2890035 or 13493971. OLE color: 13493971.
HSL color Cylindrical-coordinate representation of color #D3E6CD: hue angle of 105.6º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3E6CD is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 205 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.10 |
| HSL | 105.6º | 0.33% | 0.85% | - |
| HSV(B) | 105.6º | 0.11% | 0.9% | - |
| XYZ | 66.18 | 74.85 | 68.72 | - |
| YUV | 221.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 205 | 0.08 | 0 | 0.11 | 0.10 | 105.6 | 0.33 | 0.85 |
| Hex | D3 | E6 | CD | 8 | 0 | B | A | 6A | 21 | 55 |
| Octal | 323 | 346 | 315 | 10 | 0 | 13 | 12 | 152 | 41 | 125 |
| Binary | 11010011 | 11100110 | 11001101 | 1000 | 0 | 1011 | 1010 | 1101010 | 100001 | 1010101 |
Color Harmonies of #D3E6CD
Complementary color
Monochromatic Colors of #D3E6CD
Black with #D3E6CD
Text Example
Text Example
White with #D3E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E6CD; }
p { color: rgb(211,230,205); }
H1.HeaderClassName
{
color: #D3E6CD;
}
.AnyTagClassName
{
color: #D3E6CD;
}
</style>
background-color css
<style>
a { background-color: #D3E6CD; }
a { background-color: rgb(211,230,205); }
div.DivClassName
{
background-color: #D3E6CD;
}
.BgClassName
{
background-color: #D3E6CD;
}
</style>
border-color css
<style>
span { border-color: #D3E6CD; }
span { border-color: rgb(211,230,205); }
td.TdClassName
{
border-color: #D3E6CD;
}
.TagClassName
{
border-color: #D3E6CD;
}
</style>