Shades of Peppermint #DBDDDA
Tints of Peppermint #DBDDDA
RGB
CMYK
RGB Variations
Color information
#DBDDDA (or 0xDBDDDA) is known color: Peppermint. HEX triplet: DB, DD and DA. RGB value is (219,221,218). Sum of RGB (Red+Green+Blue) = 219+221+218=658 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.28% from 658); Green value is 221 (86.72% from 255 or 33.59% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDDDA is #242225. Grayscale: #DCDCDC. Windows color (decimal): -2368038 or 14343643. OLE color: 14343643.
HSL color Cylindrical-coordinate representation of color #DBDDDA: hue angle of 100º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DBDDDA is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 218 | - |
CMYK | 0.01 | 0 | 0.01 | 0.13 |
HSL | 100º | 0.04% | 0.86% | - |
HSV(B) | 100º | 0.01% | 0.87% | - |
XYZ | 67.72 | 71.83 | 76.63 | - |
YUV | 220.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 218 | 0.01 | 0 | 0.01 | 0.13 | 100 | 0.04 | 0.86 |
Hex | DB | DD | DA | 1 | 0 | 1 | D | 64 | 4 | 56 |
Octal | 333 | 335 | 332 | 1 | 0 | 1 | 15 | 144 | 4 | 126 |
Binary | 11011011 | 11011101 | 11011010 | 1 | 0 | 1 | 1101 | 1100100 | 100 | 1010110 |
Color Harmonies of #DBDDDA
Complementary color
Monochromatic Colors of #DBDDDA
Black with #DBDDDA
Text Example
Text Example
White with #DBDDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDDA; }
p { color: rgb(219,221,218); }
H1.HeaderClassName
{
color: #DBDDDA;
}
.AnyTagClassName
{
color: #DBDDDA;
}
</style>
background-color css
<style>
a { background-color: #DBDDDA; }
a { background-color: rgb(219,221,218); }
div.DivClassName
{
background-color: #DBDDDA;
}
.BgClassName
{
background-color: #DBDDDA;
}
</style>
border-color css
<style>
span { border-color: #DBDDDA; }
span { border-color: rgb(219,221,218); }
td.TdClassName
{
border-color: #DBDDDA;
}
.TagClassName
{
border-color: #DBDDDA;
}
</style>