Shades of Plum #DBACE6
Tints of Plum #DBACE6
RGB
CMYK
RGB Variations
Color information
#DBACE6 (or 0xDBACE6) is known color: Plum. HEX triplet: DB, AC and E6. RGB value is (219,172,230). Sum of RGB (Red+Green+Blue) = 219+172+230=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACE6 is #245319. Grayscale: #C0C0C0. Windows color (decimal): -2380570 or 15117531. OLE color: 15117531.
HSL color Cylindrical-coordinate representation of color #DBACE6: hue angle of 288.62º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBACE6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 172 | 230 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.10 |
| HSL | 288.62º | 0.54% | 0.79% | - |
| HSV(B) | 288.62º | 0.25% | 0.9% | - |
| XYZ | 58.25 | 50.28 | 81.5 | - |
| YUV | 192.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 230 | 0.05 | 0.25 | 0 | 0.10 | 288.62 | 0.54 | 0.79 |
| Hex | DB | AC | E6 | 5 | 19 | 0 | A | 121 | 36 | 4F |
| Octal | 333 | 254 | 346 | 5 | 31 | 0 | 12 | 441 | 66 | 117 |
| Binary | 11011011 | 10101100 | 11100110 | 101 | 11001 | 0 | 1010 | 100100001 | 110110 | 1001111 |
Color Harmonies of #DBACE6
Complementary color
Monochromatic Colors of #DBACE6
Black with #DBACE6
Text Example
Text Example
White with #DBACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE6; }
p { color: rgb(219,172,230); }
H1.HeaderClassName
{
color: #DBACE6;
}
.AnyTagClassName
{
color: #DBACE6;
}
</style>
background-color css
<style>
a { background-color: #DBACE6; }
a { background-color: rgb(219,172,230); }
div.DivClassName
{
background-color: #DBACE6;
}
.BgClassName
{
background-color: #DBACE6;
}
</style>
border-color css
<style>
span { border-color: #DBACE6; }
span { border-color: rgb(219,172,230); }
td.TdClassName
{
border-color: #DBACE6;
}
.TagClassName
{
border-color: #DBACE6;
}
</style>