Shades of Peppermint #DDE4DA
Tints of Peppermint #DDE4DA
RGB
CMYK
RGB Variations
Color information
#DDE4DA (or 0xDDE4DA) is known color: Peppermint. HEX triplet: DD, E4 and DA. RGB value is (221,228,218). Sum of RGB (Red+Green+Blue) = 221+228+218=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 228 (89.45% from 255 or 34.18% from 667); Blue value is 218 (85.55% from 255 or 32.68% from 667); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE4DA is #221B25. Grayscale: #E0E0E0. Windows color (decimal): -2235174 or 14345437. OLE color: 14345437.
HSL color Cylindrical-coordinate representation of color #DDE4DA: hue angle of 102º degrees, saturation: 0.16, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DDE4DA is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 228 | 218 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.11 |
| HSL | 102º | 0.16% | 0.87% | - |
| HSV(B) | 102º | 0.04% | 0.89% | - |
| XYZ | 70.22 | 75.92 | 77.28 | - |
| YUV | 224.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 218 | 0.03 | 0 | 0.04 | 0.11 | 102 | 0.16 | 0.87 |
| Hex | DD | E4 | DA | 3 | 0 | 4 | B | 66 | 10 | 57 |
| Octal | 335 | 344 | 332 | 3 | 0 | 4 | 13 | 146 | 20 | 127 |
| Binary | 11011101 | 11100100 | 11011010 | 11 | 0 | 100 | 1011 | 1100110 | 10000 | 1010111 |
Color Harmonies of #DDE4DA
Complementary color
Monochromatic Colors of #DDE4DA
Black with #DDE4DA
Text Example
Text Example
White with #DDE4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4DA; }
p { color: rgb(221,228,218); }
H1.HeaderClassName
{
color: #DDE4DA;
}
.AnyTagClassName
{
color: #DDE4DA;
}
</style>
background-color css
<style>
a { background-color: #DDE4DA; }
a { background-color: rgb(221,228,218); }
div.DivClassName
{
background-color: #DDE4DA;
}
.BgClassName
{
background-color: #DDE4DA;
}
</style>
border-color css
<style>
span { border-color: #DDE4DA; }
span { border-color: rgb(221,228,218); }
td.TdClassName
{
border-color: #DDE4DA;
}
.TagClassName
{
border-color: #DDE4DA;
}
</style>