Shades of Peppermint #DBECD0
Tints of Peppermint #DBECD0
RGB
CMYK
RGB Variations
Color information
#DBECD0 (or 0xDBECD0) is known color: Peppermint. HEX triplet: DB, EC and D0. RGB value is (219,236,208). Sum of RGB (Red+Green+Blue) = 219+236+208=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD0 is #24132F. Grayscale: #E3E3E3. Windows color (decimal): -2364208 or 13692123. OLE color: 13692123.
HSL color Cylindrical-coordinate representation of color #DBECD0: hue angle of 96.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBECD0 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 208 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.07 |
| HSL | 96.43º | 0.42% | 0.87% | - |
| HSV(B) | 96.43º | 0.12% | 0.93% | - |
| XYZ | 70.59 | 79.61 | 71.32 | - |
| YUV | 227.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 208 | 0.07 | 0 | 0.12 | 0.07 | 96.43 | 0.42 | 0.87 |
| Hex | DB | EC | D0 | 7 | 0 | C | 7 | 60 | 2A | 57 |
| Octal | 333 | 354 | 320 | 7 | 0 | 14 | 7 | 140 | 52 | 127 |
| Binary | 11011011 | 11101100 | 11010000 | 111 | 0 | 1100 | 111 | 1100000 | 101010 | 1010111 |
Color Harmonies of #DBECD0
Complementary color
Monochromatic Colors of #DBECD0
Black with #DBECD0
Text Example
Text Example
White with #DBECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECD0; }
p { color: rgb(219,236,208); }
H1.HeaderClassName
{
color: #DBECD0;
}
.AnyTagClassName
{
color: #DBECD0;
}
</style>
background-color css
<style>
a { background-color: #DBECD0; }
a { background-color: rgb(219,236,208); }
div.DivClassName
{
background-color: #DBECD0;
}
.BgClassName
{
background-color: #DBECD0;
}
</style>
border-color css
<style>
span { border-color: #DBECD0; }
span { border-color: rgb(219,236,208); }
td.TdClassName
{
border-color: #DBECD0;
}
.TagClassName
{
border-color: #DBECD0;
}
</style>