Shades of Plum #DBACE0
Tints of Plum #DBACE0
RGB
CMYK
RGB Variations
Color information
#DBACE0 (or 0xDBACE0) is known color: Plum. HEX triplet: DB, AC and E0. RGB value is (219,172,224). Sum of RGB (Red+Green+Blue) = 219+172+224=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE0 is #24531F. Grayscale: #BFBFBF. Windows color (decimal): -2380576 or 14724315. OLE color: 14724315.
HSL color Cylindrical-coordinate representation of color #DBACE0: hue angle of 294.23º 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 #DBACE0 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 219 | 172 | 224 | - |
CMYK | 0.02 | 0.23 | 0 | 0.12 |
HSL | 294.23º | 0.46% | 0.78% | - |
HSV(B) | 294.23º | 0.23% | 0.88% | - |
XYZ | 57.42 | 49.95 | 77.14 | - |
YUV | 191.98 | 146.07 | 147.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 224 | 0.02 | 0.23 | 0 | 0.12 | 294.23 | 0.46 | 0.78 |
Hex | DB | AC | E0 | 2 | 17 | 0 | C | 126 | 2E | 4E |
Octal | 333 | 254 | 340 | 2 | 27 | 0 | 14 | 446 | 56 | 116 |
Binary | 11011011 | 10101100 | 11100000 | 10 | 10111 | 0 | 1100 | 100100110 | 101110 | 1001110 |
Color Harmonies of #DBACE0
Complementary color
Monochromatic Colors of #DBACE0
Black with #DBACE0
Text Example
Text Example
White with #DBACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE0; }
p { color: rgb(219,172,224); }
H1.HeaderClassName
{
color: #DBACE0;
}
.AnyTagClassName
{
color: #DBACE0;
}
</style>
background-color css
<style>
a { background-color: #DBACE0; }
a { background-color: rgb(219,172,224); }
div.DivClassName
{
background-color: #DBACE0;
}
.BgClassName
{
background-color: #DBACE0;
}
</style>
border-color css
<style>
span { border-color: #DBACE0; }
span { border-color: rgb(219,172,224); }
td.TdClassName
{
border-color: #DBACE0;
}
.TagClassName
{
border-color: #DBACE0;
}
</style>