Shades of Peppermint #D3DFCC
Tints of Peppermint #D3DFCC
RGB
CMYK
RGB Variations
Color information
#D3DFCC (or 0xD3DFCC) is known color: Peppermint. HEX triplet: D3, DF and CC. RGB value is (211,223,204). Sum of RGB (Red+Green+Blue) = 211+223+204=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFCC is #2C2033. Grayscale: #D9D9D9. Windows color (decimal): -2891828 or 13426643. OLE color: 13426643.
HSL color Cylindrical-coordinate representation of color #D3DFCC: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3DFCC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 204 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.13 |
| HSL | 97.89º | 0.23% | 0.84% | - |
| HSV(B) | 97.89º | 0.09% | 0.87% | - |
| XYZ | 64.15 | 70.98 | 67.45 | - |
| YUV | 217.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 204 | 0.05 | 0 | 0.09 | 0.13 | 97.89 | 0.23 | 0.84 |
| Hex | D3 | DF | CC | 5 | 0 | 9 | D | 62 | 17 | 54 |
| Octal | 323 | 337 | 314 | 5 | 0 | 11 | 15 | 142 | 27 | 124 |
| Binary | 11010011 | 11011111 | 11001100 | 101 | 0 | 1001 | 1101 | 1100010 | 10111 | 1010100 |
Color Harmonies of #D3DFCC
Complementary color
Monochromatic Colors of #D3DFCC
Black with #D3DFCC
Text Example
Text Example
White with #D3DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFCC; }
p { color: rgb(211,223,204); }
H1.HeaderClassName
{
color: #D3DFCC;
}
.AnyTagClassName
{
color: #D3DFCC;
}
</style>
background-color css
<style>
a { background-color: #D3DFCC; }
a { background-color: rgb(211,223,204); }
div.DivClassName
{
background-color: #D3DFCC;
}
.BgClassName
{
background-color: #D3DFCC;
}
</style>
border-color css
<style>
span { border-color: #D3DFCC; }
span { border-color: rgb(211,223,204); }
td.TdClassName
{
border-color: #D3DFCC;
}
.TagClassName
{
border-color: #D3DFCC;
}
</style>