Shades of Plum #DBACE3
Tints of Plum #DBACE3
RGB
CMYK
RGB Variations
Color information
#DBACE3 (or 0xDBACE3) is known color: Plum. HEX triplet: DB, AC and E3. RGB value is (219,172,227). Sum of RGB (Red+Green+Blue) = 219+172+227=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #DBACE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE3 is #24531C. Grayscale: #C0C0C0. Windows color (decimal): -2380573 or 14920923. OLE color: 14920923.
HSL color Cylindrical-coordinate representation of color #DBACE3: hue angle of 291.27º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBACE3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 219 | 172 | 227 | - |
CMYK | 0.04 | 0.24 | 0 | 0.11 |
HSL | 291.27º | 0.5% | 0.78% | - |
HSV(B) | 291.27º | 0.24% | 0.89% | - |
XYZ | 57.83 | 50.11 | 79.3 | - |
YUV | 192.32 | 147.57 | 147.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 227 | 0.04 | 0.24 | 0 | 0.11 | 291.27 | 0.5 | 0.78 |
Hex | DB | AC | E3 | 4 | 18 | 0 | B | 123 | 32 | 4E |
Octal | 333 | 254 | 343 | 4 | 30 | 0 | 13 | 443 | 62 | 116 |
Binary | 11011011 | 10101100 | 11100011 | 100 | 11000 | 0 | 1011 | 100100011 | 110010 | 1001110 |
Color Harmonies of #DBACE3
Complementary color
Monochromatic Colors of #DBACE3
Black with #DBACE3
Text Example
Text Example
White with #DBACE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE3; }
p { color: rgb(219,172,227); }
H1.HeaderClassName
{
color: #DBACE3;
}
.AnyTagClassName
{
color: #DBACE3;
}
</style>
background-color css
<style>
a { background-color: #DBACE3; }
a { background-color: rgb(219,172,227); }
div.DivClassName
{
background-color: #DBACE3;
}
.BgClassName
{
background-color: #DBACE3;
}
</style>
border-color css
<style>
span { border-color: #DBACE3; }
span { border-color: rgb(219,172,227); }
td.TdClassName
{
border-color: #DBACE3;
}
.TagClassName
{
border-color: #DBACE3;
}
</style>