Shades of Plum #DBADDC
Tints of Plum #DBADDC
RGB
CMYK
RGB Variations
Color information
#DBADDC (or 0xDBADDC) is known color: Plum. HEX triplet: DB, AD and DC. RGB value is (219,173,220). Sum of RGB (Red+Green+Blue) = 219+173+220=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBADDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADDC is #245223. Grayscale: #BFBFBF. Windows color (decimal): -2380324 or 14462427. OLE color: 14462427.
HSL color Cylindrical-coordinate representation of color #DBADDC: hue angle of 298.72º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADDC is Cyan = 0.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 220 | - |
| CMYK | 0.00 | 0.21 | 0 | 0.14 |
| HSL | 298.72º | 0.4% | 0.77% | - |
| HSV(B) | 298.72º | 0.21% | 0.86% | - |
| XYZ | 57.08 | 50.11 | 74.38 | - |
| YUV | 192.11 | 143.74 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 220 | 0.00 | 0.21 | 0 | 0.14 | 298.72 | 0.4 | 0.77 |
| Hex | DB | AD | DC | 0 | 15 | 0 | E | 12B | 28 | 4D |
| Octal | 333 | 255 | 334 | 0 | 25 | 0 | 16 | 453 | 50 | 115 |
| Binary | 11011011 | 10101101 | 11011100 | 0 | 10101 | 0 | 1110 | 100101011 | 101000 | 1001101 |
Color Harmonies of #DBADDC
Complementary color
Monochromatic Colors of #DBADDC
Black with #DBADDC
Text Example
Text Example
White with #DBADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADDC; }
p { color: rgb(219,173,220); }
H1.HeaderClassName
{
color: #DBADDC;
}
.AnyTagClassName
{
color: #DBADDC;
}
</style>
background-color css
<style>
a { background-color: #DBADDC; }
a { background-color: rgb(219,173,220); }
div.DivClassName
{
background-color: #DBADDC;
}
.BgClassName
{
background-color: #DBADDC;
}
</style>
border-color css
<style>
span { border-color: #DBADDC; }
span { border-color: rgb(219,173,220); }
td.TdClassName
{
border-color: #DBADDC;
}
.TagClassName
{
border-color: #DBADDC;
}
</style>