Shades of Plum #DBAEDD
Tints of Plum #DBAEDD
RGB
CMYK
RGB Variations
Color information
#DBAEDD (or 0xDBAEDD) is known color: Plum. HEX triplet: DB, AE and DD. RGB value is (219,174,221). Sum of RGB (Red+Green+Blue) = 219+174+221=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDD is #245122. Grayscale: #C0C0C0. Windows color (decimal): -2380067 or 14528219. OLE color: 14528219.
HSL color Cylindrical-coordinate representation of color #DBAEDD: hue angle of 297.45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEDD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 174 | 221 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 297.45º | 0.41% | 0.77% | - |
| HSV(B) | 297.45º | 0.21% | 0.87% | - |
| XYZ | 57.4 | 50.55 | 75.14 | - |
| YUV | 192.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 221 | 0.01 | 0.21 | 0 | 0.13 | 297.45 | 0.41 | 0.77 |
| Hex | DB | AE | DD | 1 | 15 | 0 | D | 129 | 29 | 4D |
| Octal | 333 | 256 | 335 | 1 | 25 | 0 | 15 | 451 | 51 | 115 |
| Binary | 11011011 | 10101110 | 11011101 | 1 | 10101 | 0 | 1101 | 100101001 | 101001 | 1001101 |
Color Harmonies of #DBAEDD
Complementary color
Monochromatic Colors of #DBAEDD
Black with #DBAEDD
Text Example
Text Example
White with #DBAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEDD; }
p { color: rgb(219,174,221); }
H1.HeaderClassName
{
color: #DBAEDD;
}
.AnyTagClassName
{
color: #DBAEDD;
}
</style>
background-color css
<style>
a { background-color: #DBAEDD; }
a { background-color: rgb(219,174,221); }
div.DivClassName
{
background-color: #DBAEDD;
}
.BgClassName
{
background-color: #DBAEDD;
}
</style>
border-color css
<style>
span { border-color: #DBAEDD; }
span { border-color: rgb(219,174,221); }
td.TdClassName
{
border-color: #DBAEDD;
}
.TagClassName
{
border-color: #DBAEDD;
}
</style>