Shades of Plum #DBADDB
Tints of Plum #DBADDB
RGB
CMYK
RGB Variations
Color information
#DBADDB (or 0xDBADDB) is known color: Plum. HEX triplet: DB, AD and DB. RGB value is (219,173,219). Sum of RGB (Red+Green+Blue) = 219+173+219=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADDB is #245224. Grayscale: #BFBFBF. Windows color (decimal): -2380325 or 14396891. OLE color: 14396891.
HSL color Cylindrical-coordinate representation of color #DBADDB: hue angle of 300º degrees, saturation: 0.39, 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 #DBADDB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 173 | 219 | - |
CMYK | 0 | 0.21 | 0 | 0.14 |
HSL | 300º | 0.39% | 0.77% | - |
HSV(B) | 300º | 0.21% | 0.86% | - |
XYZ | 56.94 | 50.06 | 73.68 | - |
YUV | 192 | 143.24 | 147.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 219 | 0 | 0.21 | 0 | 0.14 | 300 | 0.39 | 0.77 |
Hex | DB | AD | DB | 0 | 15 | 0 | E | 12C | 27 | 4D |
Octal | 333 | 255 | 333 | 0 | 25 | 0 | 16 | 454 | 47 | 115 |
Binary | 11011011 | 10101101 | 11011011 | 0 | 10101 | 0 | 1110 | 100101100 | 100111 | 1001101 |
Color Harmonies of #DBADDB
Complementary color
Monochromatic Colors of #DBADDB
Black with #DBADDB
Text Example
Text Example
White with #DBADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADDB; }
p { color: rgb(219,173,219); }
H1.HeaderClassName
{
color: #DBADDB;
}
.AnyTagClassName
{
color: #DBADDB;
}
</style>
background-color css
<style>
a { background-color: #DBADDB; }
a { background-color: rgb(219,173,219); }
div.DivClassName
{
background-color: #DBADDB;
}
.BgClassName
{
background-color: #DBADDB;
}
</style>
border-color css
<style>
span { border-color: #DBADDB; }
span { border-color: rgb(219,173,219); }
td.TdClassName
{
border-color: #DBADDB;
}
.TagClassName
{
border-color: #DBADDB;
}
</style>