Shades of Plum #DBACE8
Tints of Plum #DBACE8
RGB
CMYK
RGB Variations
Color information
#DBACE8 (or 0xDBACE8) is known color: Plum. HEX triplet: DB, AC and E8. RGB value is (219,172,232). Sum of RGB (Red+Green+Blue) = 219+172+232=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBACE8 is #245317. Grayscale: #C0C0C0. Windows color (decimal): -2380568 or 15248603. OLE color: 15248603.
HSL color Cylindrical-coordinate representation of color #DBACE8: hue angle of 287º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBACE8 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 172 | 232 | - |
CMYK | 0.06 | 0.26 | 0 | 0.09 |
HSL | 287º | 0.57% | 0.79% | - |
HSV(B) | 287º | 0.26% | 0.91% | - |
XYZ | 58.53 | 50.39 | 82.99 | - |
YUV | 192.89 | 150.07 | 146.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 232 | 0.06 | 0.26 | 0 | 0.09 | 287 | 0.57 | 0.79 |
Hex | DB | AC | E8 | 6 | 1A | 0 | 9 | 11F | 39 | 4F |
Octal | 333 | 254 | 350 | 6 | 32 | 0 | 11 | 437 | 71 | 117 |
Binary | 11011011 | 10101100 | 11101000 | 110 | 11010 | 0 | 1001 | 100011111 | 111001 | 1001111 |
Color Harmonies of #DBACE8
Complementary color
Monochromatic Colors of #DBACE8
Black with #DBACE8
Text Example
Text Example
White with #DBACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACE8; }
p { color: rgb(219,172,232); }
H1.HeaderClassName
{
color: #DBACE8;
}
.AnyTagClassName
{
color: #DBACE8;
}
</style>
background-color css
<style>
a { background-color: #DBACE8; }
a { background-color: rgb(219,172,232); }
div.DivClassName
{
background-color: #DBACE8;
}
.BgClassName
{
background-color: #DBACE8;
}
</style>
border-color css
<style>
span { border-color: #DBACE8; }
span { border-color: rgb(219,172,232); }
td.TdClassName
{
border-color: #DBACE8;
}
.TagClassName
{
border-color: #DBACE8;
}
</style>