Shades of Peppermint #DBECD1
Tints of Peppermint #DBECD1
RGB
CMYK
RGB Variations
Color information
#DBECD1 (or 0xDBECD1) is known color: Peppermint. HEX triplet: DB, EC and D1. RGB value is (219,236,209). Sum of RGB (Red+Green+Blue) = 219+236+209=664 (87% of max value = 765). Red value is 219 (85.94% from 255 or 32.98% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD1 is #24132E. Grayscale: #E3E3E3. Windows color (decimal): -2364207 or 13757659. OLE color: 13757659.
HSL color Cylindrical-coordinate representation of color #DBECD1: hue angle of 97.78º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBECD1 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 236 | 209 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.07 |
| HSL | 97.78º | 0.42% | 0.87% | - |
| HSV(B) | 97.78º | 0.11% | 0.93% | - |
| XYZ | 70.72 | 79.65 | 71.97 | - |
| YUV | 227.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 236 | 209 | 0.07 | 0 | 0.11 | 0.07 | 97.78 | 0.42 | 0.87 |
| Hex | DB | EC | D1 | 7 | 0 | B | 7 | 62 | 2A | 57 |
| Octal | 333 | 354 | 321 | 7 | 0 | 13 | 7 | 142 | 52 | 127 |
| Binary | 11011011 | 11101100 | 11010001 | 111 | 0 | 1011 | 111 | 1100010 | 101010 | 1010111 |
Color Harmonies of #DBECD1
Complementary color
Monochromatic Colors of #DBECD1
Black with #DBECD1
Text Example
Text Example
White with #DBECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBECD1; }
p { color: rgb(219,236,209); }
H1.HeaderClassName
{
color: #DBECD1;
}
.AnyTagClassName
{
color: #DBECD1;
}
</style>
background-color css
<style>
a { background-color: #DBECD1; }
a { background-color: rgb(219,236,209); }
div.DivClassName
{
background-color: #DBECD1;
}
.BgClassName
{
background-color: #DBECD1;
}
</style>
border-color css
<style>
span { border-color: #DBECD1; }
span { border-color: rgb(219,236,209); }
td.TdClassName
{
border-color: #DBECD1;
}
.TagClassName
{
border-color: #DBECD1;
}
</style>