Shades of Plum #DBACE2
Tints of Plum #DBACE2
RGB
CMYK
RGB Variations
Color information
#DBACE2 (or 0xDBACE2) is known color: Plum. HEX triplet: DB, AC and E2. RGB value is (219,172,226). Sum of RGB (Red+Green+Blue) = 219+172+226=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACE2 is #24531D. Grayscale: #C0C0C0. Windows color (decimal): -2380574 or 14855387. OLE color: 14855387.
HSL color Cylindrical-coordinate representation of color #DBACE2: hue angle of 292.22º degrees, saturation: 0.48, 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 #DBACE2 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 172 | 226 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.11 |
| HSL | 292.22º | 0.48% | 0.78% | - |
| HSV(B) | 292.22º | 0.24% | 0.89% | - |
| XYZ | 57.69 | 50.06 | 78.57 | - |
| YUV | 192.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 172 | 226 | 0.03 | 0.24 | 0 | 0.11 | 292.22 | 0.48 | 0.78 |
| Hex | DB | AC | E2 | 3 | 18 | 0 | B | 124 | 30 | 4E |
| Octal | 333 | 254 | 342 | 3 | 30 | 0 | 13 | 444 | 60 | 116 |
| Binary | 11011011 | 10101100 | 11100010 | 11 | 11000 | 0 | 1011 | 100100100 | 110000 | 1001110 |
Color Harmonies of #DBACE2
Complementary color
Monochromatic Colors of #DBACE2
Black with #DBACE2
Text Example
Text Example
White with #DBACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE2; }
p { color: rgb(219,172,226); }
H1.HeaderClassName
{
color: #DBACE2;
}
.AnyTagClassName
{
color: #DBACE2;
}
</style>
background-color css
<style>
a { background-color: #DBACE2; }
a { background-color: rgb(219,172,226); }
div.DivClassName
{
background-color: #DBACE2;
}
.BgClassName
{
background-color: #DBACE2;
}
</style>
border-color css
<style>
span { border-color: #DBACE2; }
span { border-color: rgb(219,172,226); }
td.TdClassName
{
border-color: #DBACE2;
}
.TagClassName
{
border-color: #DBACE2;
}
</style>