Shades of Peppermint #DBE8D3
Tints of Peppermint #DBE8D3
RGB
CMYK
RGB Variations
Color information
#DBE8D3 (or 0xDBE8D3) is known color: Peppermint. HEX triplet: DB, E8 and D3. RGB value is (219,232,211). Sum of RGB (Red+Green+Blue) = 219+232+211=662 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.08% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8D3 is #24172C. Grayscale: #E1E1E1. Windows color (decimal): -2365229 or 13887707. OLE color: 13887707.
HSL color Cylindrical-coordinate representation of color #DBE8D3: hue angle of 97.14º degrees, saturation: 0.31, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE8D3 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 211 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.09 |
| HSL | 97.14º | 0.31% | 0.87% | - |
| HSV(B) | 97.14º | 0.09% | 0.91% | - |
| XYZ | 69.83 | 77.48 | 72.9 | - |
| YUV | 225.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 211 | 0.06 | 0 | 0.09 | 0.09 | 97.14 | 0.31 | 0.87 |
| Hex | DB | E8 | D3 | 6 | 0 | 9 | 9 | 61 | 1F | 57 |
| Octal | 333 | 350 | 323 | 6 | 0 | 11 | 11 | 141 | 37 | 127 |
| Binary | 11011011 | 11101000 | 11010011 | 110 | 0 | 1001 | 1001 | 1100001 | 11111 | 1010111 |
Color Harmonies of #DBE8D3
Complementary color
Monochromatic Colors of #DBE8D3
Black with #DBE8D3
Text Example
Text Example
White with #DBE8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE8D3; }
p { color: rgb(219,232,211); }
H1.HeaderClassName
{
color: #DBE8D3;
}
.AnyTagClassName
{
color: #DBE8D3;
}
</style>
background-color css
<style>
a { background-color: #DBE8D3; }
a { background-color: rgb(219,232,211); }
div.DivClassName
{
background-color: #DBE8D3;
}
.BgClassName
{
background-color: #DBE8D3;
}
</style>
border-color css
<style>
span { border-color: #DBE8D3; }
span { border-color: rgb(219,232,211); }
td.TdClassName
{
border-color: #DBE8D3;
}
.TagClassName
{
border-color: #DBE8D3;
}
</style>