Shades of Peppermint #DBE7D7
Tints of Peppermint #DBE7D7
RGB
CMYK
RGB Variations
Color information
#DBE7D7 (or 0xDBE7D7) is known color: Peppermint. HEX triplet: DB, E7 and D7. RGB value is (219,231,215). Sum of RGB (Red+Green+Blue) = 219+231+215=665 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.93% from 665); Green value is 231 (90.62% from 255 or 34.74% from 665); Blue value is 215 (84.38% from 255 or 32.33% from 665); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7D7 is #241828. Grayscale: #E1E1E1. Windows color (decimal): -2365481 or 14149595. OLE color: 14149595.
HSL color Cylindrical-coordinate representation of color #DBE7D7: hue angle of 105º 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 #DBE7D7 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 215 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.09 |
| HSL | 105º | 0.25% | 0.87% | - |
| HSV(B) | 105º | 0.07% | 0.91% | - |
| XYZ | 70.06 | 77.12 | 75.48 | - |
| YUV | 225.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 215 | 0.05 | 0 | 0.07 | 0.09 | 105 | 0.25 | 0.87 |
| Hex | DB | E7 | D7 | 5 | 0 | 7 | 9 | 69 | 19 | 57 |
| Octal | 333 | 347 | 327 | 5 | 0 | 7 | 11 | 151 | 31 | 127 |
| Binary | 11011011 | 11100111 | 11010111 | 101 | 0 | 111 | 1001 | 1101001 | 11001 | 1010111 |
Color Harmonies of #DBE7D7
Complementary color
Monochromatic Colors of #DBE7D7
Black with #DBE7D7
Text Example
Text Example
White with #DBE7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE7D7; }
p { color: rgb(219,231,215); }
H1.HeaderClassName
{
color: #DBE7D7;
}
.AnyTagClassName
{
color: #DBE7D7;
}
</style>
background-color css
<style>
a { background-color: #DBE7D7; }
a { background-color: rgb(219,231,215); }
div.DivClassName
{
background-color: #DBE7D7;
}
.BgClassName
{
background-color: #DBE7D7;
}
</style>
border-color css
<style>
span { border-color: #DBE7D7; }
span { border-color: rgb(219,231,215); }
td.TdClassName
{
border-color: #DBE7D7;
}
.TagClassName
{
border-color: #DBE7D7;
}
</style>