Shades of Peppermint #DDE7D8
Tints of Peppermint #DDE7D8
RGB
CMYK
RGB Variations
Color information
#DDE7D8 (or 0xDDE7D8) is known color: Peppermint. HEX triplet: DD, E7 and D8. RGB value is (221,231,216). Sum of RGB (Red+Green+Blue) = 221+231+216=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE7D8 is #221827. Grayscale: #E2E2E2. Windows color (decimal): -2234408 or 14215133. OLE color: 14215133.
HSL color Cylindrical-coordinate representation of color #DDE7D8: hue angle of 100º degrees, saturation: 0.24, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE7D8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 231 | 216 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.09 |
| HSL | 100º | 0.24% | 0.88% | - |
| HSV(B) | 100º | 0.06% | 0.91% | - |
| XYZ | 70.79 | 77.48 | 76.19 | - |
| YUV | 226.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 231 | 216 | 0.04 | 0 | 0.06 | 0.09 | 100 | 0.24 | 0.88 |
| Hex | DD | E7 | D8 | 4 | 0 | 6 | 9 | 64 | 18 | 58 |
| Octal | 335 | 347 | 330 | 4 | 0 | 6 | 11 | 144 | 30 | 130 |
| Binary | 11011101 | 11100111 | 11011000 | 100 | 0 | 110 | 1001 | 1100100 | 11000 | 1011000 |
Color Harmonies of #DDE7D8
Complementary color
Monochromatic Colors of #DDE7D8
Black with #DDE7D8
Text Example
Text Example
White with #DDE7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE7D8; }
p { color: rgb(221,231,216); }
H1.HeaderClassName
{
color: #DDE7D8;
}
.AnyTagClassName
{
color: #DDE7D8;
}
</style>
background-color css
<style>
a { background-color: #DDE7D8; }
a { background-color: rgb(221,231,216); }
div.DivClassName
{
background-color: #DDE7D8;
}
.BgClassName
{
background-color: #DDE7D8;
}
</style>
border-color css
<style>
span { border-color: #DDE7D8; }
span { border-color: rgb(221,231,216); }
td.TdClassName
{
border-color: #DDE7D8;
}
.TagClassName
{
border-color: #DDE7D8;
}
</style>