Shades of Plum #DBADE0
Tints of Plum #DBADE0
RGB
CMYK
RGB Variations
Color information
#DBADE0 (or 0xDBADE0) is known color: Plum. HEX triplet: DB, AD and E0. RGB value is (219,173,224). Sum of RGB (Red+Green+Blue) = 219+173+224=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE0 is #24521F. Grayscale: #C0C0C0. Windows color (decimal): -2380320 or 14724571. OLE color: 14724571.
HSL color Cylindrical-coordinate representation of color #DBADE0: hue angle of 294.12º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBADE0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 173 | 224 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.12 |
| HSL | 294.12º | 0.45% | 0.78% | - |
| HSV(B) | 294.12º | 0.23% | 0.88% | - |
| XYZ | 57.61 | 50.33 | 77.2 | - |
| YUV | 192.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 224 | 0.02 | 0.23 | 0 | 0.12 | 294.12 | 0.45 | 0.78 |
| Hex | DB | AD | E0 | 2 | 17 | 0 | C | 126 | 2D | 4E |
| Octal | 333 | 255 | 340 | 2 | 27 | 0 | 14 | 446 | 55 | 116 |
| Binary | 11011011 | 10101101 | 11100000 | 10 | 10111 | 0 | 1100 | 100100110 | 101101 | 1001110 |
Color Harmonies of #DBADE0
Complementary color
Monochromatic Colors of #DBADE0
Black with #DBADE0
Text Example
Text Example
White with #DBADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE0; }
p { color: rgb(219,173,224); }
H1.HeaderClassName
{
color: #DBADE0;
}
.AnyTagClassName
{
color: #DBADE0;
}
</style>
background-color css
<style>
a { background-color: #DBADE0; }
a { background-color: rgb(219,173,224); }
div.DivClassName
{
background-color: #DBADE0;
}
.BgClassName
{
background-color: #DBADE0;
}
</style>
border-color css
<style>
span { border-color: #DBADE0; }
span { border-color: rgb(219,173,224); }
td.TdClassName
{
border-color: #DBADE0;
}
.TagClassName
{
border-color: #DBADE0;
}
</style>