Shades of Peppermint #D3DFCD
Tints of Peppermint #D3DFCD
RGB
CMYK
RGB Variations
Color information
#D3DFCD (or 0xD3DFCD) is known color: Peppermint. HEX triplet: D3, DF and CD. RGB value is (211,223,205). Sum of RGB (Red+Green+Blue) = 211+223+205=639 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.02% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFCD is #2C2032. Grayscale: #D9D9D9. Windows color (decimal): -2891827 or 13492179. OLE color: 13492179.
HSL color Cylindrical-coordinate representation of color #D3DFCD: hue angle of 100º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D3DFCD is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 205 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.13 |
| HSL | 100º | 0.22% | 0.84% | - |
| HSV(B) | 100º | 0.08% | 0.87% | - |
| XYZ | 64.27 | 71.03 | 68.08 | - |
| YUV | 217.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 205 | 0.05 | 0 | 0.08 | 0.13 | 100 | 0.22 | 0.84 |
| Hex | D3 | DF | CD | 5 | 0 | 8 | D | 64 | 16 | 54 |
| Octal | 323 | 337 | 315 | 5 | 0 | 10 | 15 | 144 | 26 | 124 |
| Binary | 11010011 | 11011111 | 11001101 | 101 | 0 | 1000 | 1101 | 1100100 | 10110 | 1010100 |
Color Harmonies of #D3DFCD
Complementary color
Monochromatic Colors of #D3DFCD
Black with #D3DFCD
Text Example
Text Example
White with #D3DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFCD; }
p { color: rgb(211,223,205); }
H1.HeaderClassName
{
color: #D3DFCD;
}
.AnyTagClassName
{
color: #D3DFCD;
}
</style>
background-color css
<style>
a { background-color: #D3DFCD; }
a { background-color: rgb(211,223,205); }
div.DivClassName
{
background-color: #D3DFCD;
}
.BgClassName
{
background-color: #D3DFCD;
}
</style>
border-color css
<style>
span { border-color: #D3DFCD; }
span { border-color: rgb(211,223,205); }
td.TdClassName
{
border-color: #D3DFCD;
}
.TagClassName
{
border-color: #D3DFCD;
}
</style>