Shades of Plum #DBAAE6
Tints of Plum #DBAAE6
RGB
CMYK
RGB Variations
Color information
#DBAAE6 (or 0xDBAAE6) is known color: Plum. HEX triplet: DB, AA and E6. RGB value is (219,170,230). Sum of RGB (Red+Green+Blue) = 219+170+230=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBAAE6 is #245519. Grayscale: #BFBFBF. Windows color (decimal): -2381082 or 15117019. OLE color: 15117019.
HSL color Cylindrical-coordinate representation of color #DBAAE6: hue angle of 289º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBAAE6 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 170 | 230 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.10 |
| HSL | 289º | 0.55% | 0.78% | - |
| HSV(B) | 289º | 0.26% | 0.9% | - |
| XYZ | 57.87 | 49.52 | 81.37 | - |
| YUV | 191.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 170 | 230 | 0.05 | 0.26 | 0 | 0.10 | 289 | 0.55 | 0.78 |
| Hex | DB | AA | E6 | 5 | 1A | 0 | A | 121 | 37 | 4E |
| Octal | 333 | 252 | 346 | 5 | 32 | 0 | 12 | 441 | 67 | 116 |
| Binary | 11011011 | 10101010 | 11100110 | 101 | 11010 | 0 | 1010 | 100100001 | 110111 | 1001110 |
Color Harmonies of #DBAAE6
Complementary color
Monochromatic Colors of #DBAAE6
Black with #DBAAE6
Text Example
Text Example
White with #DBAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAAE6; }
p { color: rgb(219,170,230); }
H1.HeaderClassName
{
color: #DBAAE6;
}
.AnyTagClassName
{
color: #DBAAE6;
}
</style>
background-color css
<style>
a { background-color: #DBAAE6; }
a { background-color: rgb(219,170,230); }
div.DivClassName
{
background-color: #DBAAE6;
}
.BgClassName
{
background-color: #DBAAE6;
}
</style>
border-color css
<style>
span { border-color: #DBAAE6; }
span { border-color: rgb(219,170,230); }
td.TdClassName
{
border-color: #DBAAE6;
}
.TagClassName
{
border-color: #DBAAE6;
}
</style>