Shades of Peppermint #DCE4D9
Tints of Peppermint #DCE4D9
RGB
CMYK
RGB Variations
Color information
#DCE4D9 (or 0xDCE4D9) is known color: Peppermint. HEX triplet: DC, E4 and D9. RGB value is (220,228,217). Sum of RGB (Red+Green+Blue) = 220+228+217=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 217 (85.16% from 255 or 32.63% from 665); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE4D9 is #231B26. Grayscale: #E0E0E0. Windows color (decimal): -2300711 or 14279900. OLE color: 14279900.
HSL color Cylindrical-coordinate representation of color #DCE4D9: hue angle of 103.64º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCE4D9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 217 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.11 |
| HSL | 103.64º | 0.17% | 0.87% | - |
| HSV(B) | 103.64º | 0.05% | 0.89% | - |
| XYZ | 69.78 | 75.71 | 76.58 | - |
| YUV | 224.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 217 | 0.04 | 0 | 0.05 | 0.11 | 103.64 | 0.17 | 0.87 |
| Hex | DC | E4 | D9 | 4 | 0 | 5 | B | 68 | 11 | 57 |
| Octal | 334 | 344 | 331 | 4 | 0 | 5 | 13 | 150 | 21 | 127 |
| Binary | 11011100 | 11100100 | 11011001 | 100 | 0 | 101 | 1011 | 1101000 | 10001 | 1010111 |
Color Harmonies of #DCE4D9
Complementary color
Monochromatic Colors of #DCE4D9
Black with #DCE4D9
Text Example
Text Example
White with #DCE4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE4D9; }
p { color: rgb(220,228,217); }
H1.HeaderClassName
{
color: #DCE4D9;
}
.AnyTagClassName
{
color: #DCE4D9;
}
</style>
background-color css
<style>
a { background-color: #DCE4D9; }
a { background-color: rgb(220,228,217); }
div.DivClassName
{
background-color: #DCE4D9;
}
.BgClassName
{
background-color: #DCE4D9;
}
</style>
border-color css
<style>
span { border-color: #DCE4D9; }
span { border-color: rgb(220,228,217); }
td.TdClassName
{
border-color: #DCE4D9;
}
.TagClassName
{
border-color: #DCE4D9;
}
</style>