Shades of Plum #DBADE1
Tints of Plum #DBADE1
RGB
CMYK
RGB Variations
Color information
#DBADE1 (or 0xDBADE1) is known color: Plum. HEX triplet: DB, AD and E1. RGB value is (219,173,225). Sum of RGB (Red+Green+Blue) = 219+173+225=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE1 is #24521E. Grayscale: #C0C0C0. Windows color (decimal): -2380319 or 14790107. OLE color: 14790107.
HSL color Cylindrical-coordinate representation of color #DBADE1: hue angle of 293.08º degrees, saturation: 0.46, 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 #DBADE1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 173 | 225 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.12 |
| HSL | 293.08º | 0.46% | 0.78% | - |
| HSV(B) | 293.08º | 0.23% | 0.88% | - |
| XYZ | 57.75 | 50.38 | 77.92 | - |
| YUV | 192.68 | 146.24 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 225 | 0.03 | 0.23 | 0 | 0.12 | 293.08 | 0.46 | 0.78 |
| Hex | DB | AD | E1 | 3 | 17 | 0 | C | 125 | 2E | 4E |
| Octal | 333 | 255 | 341 | 3 | 27 | 0 | 14 | 445 | 56 | 116 |
| Binary | 11011011 | 10101101 | 11100001 | 11 | 10111 | 0 | 1100 | 100100101 | 101110 | 1001110 |
Color Harmonies of #DBADE1
Complementary color
Monochromatic Colors of #DBADE1
Black with #DBADE1
Text Example
Text Example
White with #DBADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE1; }
p { color: rgb(219,173,225); }
H1.HeaderClassName
{
color: #DBADE1;
}
.AnyTagClassName
{
color: #DBADE1;
}
</style>
background-color css
<style>
a { background-color: #DBADE1; }
a { background-color: rgb(219,173,225); }
div.DivClassName
{
background-color: #DBADE1;
}
.BgClassName
{
background-color: #DBADE1;
}
</style>
border-color css
<style>
span { border-color: #DBADE1; }
span { border-color: rgb(219,173,225); }
td.TdClassName
{
border-color: #DBADE1;
}
.TagClassName
{
border-color: #DBADE1;
}
</style>