Shades of Peppermint #DBEBD4
Tints of Peppermint #DBEBD4
RGB
CMYK
RGB Variations
Color information
#DBEBD4 (or 0xDBEBD4) is known color: Peppermint. HEX triplet: DB, EB and D4. RGB value is (219,235,212). Sum of RGB (Red+Green+Blue) = 219+235+212=666 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.88% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 212 (83.20% from 255 or 31.83% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBD4 is #24142B. Grayscale: #E3E3E3. Windows color (decimal): -2364460 or 13954011. OLE color: 13954011.
HSL color Cylindrical-coordinate representation of color #DBEBD4: hue angle of 101.74º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBEBD4 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 235 | 212 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.08 |
| HSL | 101.74º | 0.37% | 0.88% | - |
| HSV(B) | 101.74º | 0.1% | 0.92% | - |
| XYZ | 70.81 | 79.23 | 73.85 | - |
| YUV | 227.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 235 | 212 | 0.07 | 0 | 0.10 | 0.08 | 101.74 | 0.37 | 0.88 |
| Hex | DB | EB | D4 | 7 | 0 | A | 8 | 66 | 25 | 58 |
| Octal | 333 | 353 | 324 | 7 | 0 | 12 | 10 | 146 | 45 | 130 |
| Binary | 11011011 | 11101011 | 11010100 | 111 | 0 | 1010 | 1000 | 1100110 | 100101 | 1011000 |
Color Harmonies of #DBEBD4
Complementary color
Monochromatic Colors of #DBEBD4
Black with #DBEBD4
Text Example
Text Example
White with #DBEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEBD4; }
p { color: rgb(219,235,212); }
H1.HeaderClassName
{
color: #DBEBD4;
}
.AnyTagClassName
{
color: #DBEBD4;
}
</style>
background-color css
<style>
a { background-color: #DBEBD4; }
a { background-color: rgb(219,235,212); }
div.DivClassName
{
background-color: #DBEBD4;
}
.BgClassName
{
background-color: #DBEBD4;
}
</style>
border-color css
<style>
span { border-color: #DBEBD4; }
span { border-color: rgb(219,235,212); }
td.TdClassName
{
border-color: #DBEBD4;
}
.TagClassName
{
border-color: #DBEBD4;
}
</style>