Shades of Peppermint #D3E1CD
Tints of Peppermint #D3E1CD
RGB
CMYK
RGB Variations
Color information
#D3E1CD (or 0xD3E1CD) is known color: Peppermint. HEX triplet: D3, E1 and CD. RGB value is (211,225,205). Sum of RGB (Red+Green+Blue) = 211+225+205=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E1CD is #2C1E32. Grayscale: #DADADA. Windows color (decimal): -2891315 or 13492691. OLE color: 13492691.
HSL color Cylindrical-coordinate representation of color #D3E1CD: hue angle of 102º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3E1CD is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 205 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.12 |
| HSL | 102º | 0.25% | 0.84% | - |
| HSV(B) | 102º | 0.09% | 0.88% | - |
| XYZ | 64.81 | 72.11 | 68.26 | - |
| YUV | 218.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 205 | 0.06 | 0 | 0.09 | 0.12 | 102 | 0.25 | 0.84 |
| Hex | D3 | E1 | CD | 6 | 0 | 9 | C | 66 | 19 | 54 |
| Octal | 323 | 341 | 315 | 6 | 0 | 11 | 14 | 146 | 31 | 124 |
| Binary | 11010011 | 11100001 | 11001101 | 110 | 0 | 1001 | 1100 | 1100110 | 11001 | 1010100 |
Color Harmonies of #D3E1CD
Complementary color
Monochromatic Colors of #D3E1CD
Black with #D3E1CD
Text Example
Text Example
White with #D3E1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E1CD; }
p { color: rgb(211,225,205); }
H1.HeaderClassName
{
color: #D3E1CD;
}
.AnyTagClassName
{
color: #D3E1CD;
}
</style>
background-color css
<style>
a { background-color: #D3E1CD; }
a { background-color: rgb(211,225,205); }
div.DivClassName
{
background-color: #D3E1CD;
}
.BgClassName
{
background-color: #D3E1CD;
}
</style>
border-color css
<style>
span { border-color: #D3E1CD; }
span { border-color: rgb(211,225,205); }
td.TdClassName
{
border-color: #D3E1CD;
}
.TagClassName
{
border-color: #D3E1CD;
}
</style>