Shades of Peppermint #DBDEDA
Tints of Peppermint #DBDEDA
RGB
CMYK
RGB Variations
Color information
#DBDEDA (or 0xDBDEDA) is known color: Peppermint. HEX triplet: DB, DE and DA. RGB value is (219,222,218). Sum of RGB (Red+Green+Blue) = 219+222+218=659 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.23% from 659); Green value is 222 (87.11% from 255 or 33.69% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDEDA is #242125. Grayscale: #DCDCDC. Windows color (decimal): -2367782 or 14343899. OLE color: 14343899.
HSL color Cylindrical-coordinate representation of color #DBDEDA: hue angle of 105º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBDEDA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 222 | 218 | - |
CMYK | 0.01 | 0 | 0.02 | 0.13 |
HSL | 105º | 0.06% | 0.86% | - |
HSV(B) | 105º | 0.02% | 0.87% | - |
XYZ | 67.99 | 72.36 | 76.71 | - |
YUV | 220.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 222 | 218 | 0.01 | 0 | 0.02 | 0.13 | 105 | 0.06 | 0.86 |
Hex | DB | DE | DA | 1 | 0 | 2 | D | 69 | 6 | 56 |
Octal | 333 | 336 | 332 | 1 | 0 | 2 | 15 | 151 | 6 | 126 |
Binary | 11011011 | 11011110 | 11011010 | 1 | 0 | 10 | 1101 | 1101001 | 110 | 1010110 |
Color Harmonies of #DBDEDA
Complementary color
Monochromatic Colors of #DBDEDA
Black with #DBDEDA
Text Example
Text Example
White with #DBDEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDEDA; }
p { color: rgb(219,222,218); }
H1.HeaderClassName
{
color: #DBDEDA;
}
.AnyTagClassName
{
color: #DBDEDA;
}
</style>
background-color css
<style>
a { background-color: #DBDEDA; }
a { background-color: rgb(219,222,218); }
div.DivClassName
{
background-color: #DBDEDA;
}
.BgClassName
{
background-color: #DBDEDA;
}
</style>
border-color css
<style>
span { border-color: #DBDEDA; }
span { border-color: rgb(219,222,218); }
td.TdClassName
{
border-color: #DBDEDA;
}
.TagClassName
{
border-color: #DBDEDA;
}
</style>