Shades of Peppermint #D3E8CD
Tints of Peppermint #D3E8CD
RGB
CMYK
RGB Variations
Color information
#D3E8CD (or 0xD3E8CD) is known color: Peppermint. HEX triplet: D3, E8 and CD. RGB value is (211,232,205). Sum of RGB (Red+Green+Blue) = 211+232+205=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3E8CD is #2C1732. Grayscale: #DEDEDE. Windows color (decimal): -2889523 or 13494483. OLE color: 13494483.
HSL color Cylindrical-coordinate representation of color #D3E8CD: hue angle of 106.67º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D3E8CD is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 205 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.09 |
| HSL | 106.67º | 0.37% | 0.86% | - |
| HSV(B) | 106.67º | 0.12% | 0.91% | - |
| XYZ | 66.74 | 75.97 | 68.9 | - |
| YUV | 222.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 205 | 0.09 | 0 | 0.12 | 0.09 | 106.67 | 0.37 | 0.86 |
| Hex | D3 | E8 | CD | 9 | 0 | C | 9 | 6B | 25 | 56 |
| Octal | 323 | 350 | 315 | 11 | 0 | 14 | 11 | 153 | 45 | 126 |
| Binary | 11010011 | 11101000 | 11001101 | 1001 | 0 | 1100 | 1001 | 1101011 | 100101 | 1010110 |
Color Harmonies of #D3E8CD
Complementary color
Monochromatic Colors of #D3E8CD
Black with #D3E8CD
Text Example
Text Example
White with #D3E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E8CD; }
p { color: rgb(211,232,205); }
H1.HeaderClassName
{
color: #D3E8CD;
}
.AnyTagClassName
{
color: #D3E8CD;
}
</style>
background-color css
<style>
a { background-color: #D3E8CD; }
a { background-color: rgb(211,232,205); }
div.DivClassName
{
background-color: #D3E8CD;
}
.BgClassName
{
background-color: #D3E8CD;
}
</style>
border-color css
<style>
span { border-color: #D3E8CD; }
span { border-color: rgb(211,232,205); }
td.TdClassName
{
border-color: #D3E8CD;
}
.TagClassName
{
border-color: #D3E8CD;
}
</style>