Shades of Peppermint #DCE7D7
Tints of Peppermint #DCE7D7
RGB
CMYK
RGB Variations
Color information
#DCE7D7 (or 0xDCE7D7) is known color: Peppermint. HEX triplet: DC, E7 and D7. RGB value is (220,231,215). Sum of RGB (Red+Green+Blue) = 220+231+215=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 215 (84.38% from 255 or 32.28% from 666); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE7D7 is #231828. Grayscale: #E1E1E1. Windows color (decimal): -2299945 or 14149596. OLE color: 14149596.
HSL color Cylindrical-coordinate representation of color #DCE7D7: hue angle of 101.25º degrees, saturation: 0.25, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE7D7 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 215 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.09 |
| HSL | 101.25º | 0.25% | 0.87% | - |
| HSV(B) | 101.25º | 0.07% | 0.91% | - |
| XYZ | 70.36 | 77.27 | 75.5 | - |
| YUV | 225.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 215 | 0.05 | 0 | 0.07 | 0.09 | 101.25 | 0.25 | 0.87 |
| Hex | DC | E7 | D7 | 5 | 0 | 7 | 9 | 65 | 19 | 57 |
| Octal | 334 | 347 | 327 | 5 | 0 | 7 | 11 | 145 | 31 | 127 |
| Binary | 11011100 | 11100111 | 11010111 | 101 | 0 | 111 | 1001 | 1100101 | 11001 | 1010111 |
Color Harmonies of #DCE7D7
Complementary color
Monochromatic Colors of #DCE7D7
Black with #DCE7D7
Text Example
Text Example
White with #DCE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE7D7; }
p { color: rgb(220,231,215); }
H1.HeaderClassName
{
color: #DCE7D7;
}
.AnyTagClassName
{
color: #DCE7D7;
}
</style>
background-color css
<style>
a { background-color: #DCE7D7; }
a { background-color: rgb(220,231,215); }
div.DivClassName
{
background-color: #DCE7D7;
}
.BgClassName
{
background-color: #DCE7D7;
}
</style>
border-color css
<style>
span { border-color: #DCE7D7; }
span { border-color: rgb(220,231,215); }
td.TdClassName
{
border-color: #DCE7D7;
}
.TagClassName
{
border-color: #DCE7D7;
}
</style>