Shades of Peppermint #D3E0CD
Tints of Peppermint #D3E0CD
RGB
CMYK
RGB Variations
Color information
#D3E0CD (or 0xD3E0CD) is known color: Peppermint. HEX triplet: D3, E0 and CD. RGB value is (211,224,205). Sum of RGB (Red+Green+Blue) = 211+224+205=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E0CD is #2C1F32. Grayscale: #DADADA. Windows color (decimal): -2891571 or 13492435. OLE color: 13492435.
HSL color Cylindrical-coordinate representation of color #D3E0CD: hue angle of 101.05º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3E0CD is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 205 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.12 |
| HSL | 101.05º | 0.23% | 0.84% | - |
| HSV(B) | 101.05º | 0.08% | 0.88% | - |
| XYZ | 64.54 | 71.57 | 68.17 | - |
| YUV | 217.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 205 | 0.06 | 0 | 0.08 | 0.12 | 101.05 | 0.23 | 0.84 |
| Hex | D3 | E0 | CD | 6 | 0 | 8 | C | 65 | 17 | 54 |
| Octal | 323 | 340 | 315 | 6 | 0 | 10 | 14 | 145 | 27 | 124 |
| Binary | 11010011 | 11100000 | 11001101 | 110 | 0 | 1000 | 1100 | 1100101 | 10111 | 1010100 |
Color Harmonies of #D3E0CD
Complementary color
Monochromatic Colors of #D3E0CD
Black with #D3E0CD
Text Example
Text Example
White with #D3E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E0CD; }
p { color: rgb(211,224,205); }
H1.HeaderClassName
{
color: #D3E0CD;
}
.AnyTagClassName
{
color: #D3E0CD;
}
</style>
background-color css
<style>
a { background-color: #D3E0CD; }
a { background-color: rgb(211,224,205); }
div.DivClassName
{
background-color: #D3E0CD;
}
.BgClassName
{
background-color: #D3E0CD;
}
</style>
border-color css
<style>
span { border-color: #D3E0CD; }
span { border-color: rgb(211,224,205); }
td.TdClassName
{
border-color: #D3E0CD;
}
.TagClassName
{
border-color: #D3E0CD;
}
</style>