Shades of Plum #DBABE8
Tints of Plum #DBABE8
RGB
CMYK
RGB Variations
Color information
#DBABE8 (or 0xDBABE8) is known color: Plum. HEX triplet: DB, AB and E8. RGB value is (219,171,232). Sum of RGB (Red+Green+Blue) = 219+171+232=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 171 (67.19% from 255 or 27.49% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBABE8 is #245417. Grayscale: #C0C0C0. Windows color (decimal): -2380824 or 15248347. OLE color: 15248347.
HSL color Cylindrical-coordinate representation of color #DBABE8: hue angle of 287.21º 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 #DBABE8 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 171 | 232 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.09 |
| HSL | 287.21º | 0.57% | 0.79% | - |
| HSV(B) | 287.21º | 0.26% | 0.91% | - |
| XYZ | 58.34 | 50.01 | 82.92 | - |
| YUV | 192.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 171 | 232 | 0.06 | 0.26 | 0 | 0.09 | 287.21 | 0.57 | 0.79 |
| Hex | DB | AB | E8 | 6 | 1A | 0 | 9 | 11F | 39 | 4F |
| Octal | 333 | 253 | 350 | 6 | 32 | 0 | 11 | 437 | 71 | 117 |
| Binary | 11011011 | 10101011 | 11101000 | 110 | 11010 | 0 | 1001 | 100011111 | 111001 | 1001111 |
Color Harmonies of #DBABE8
Complementary color
Monochromatic Colors of #DBABE8
Black with #DBABE8
Text Example
Text Example
White with #DBABE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBABE8; }
p { color: rgb(219,171,232); }
H1.HeaderClassName
{
color: #DBABE8;
}
.AnyTagClassName
{
color: #DBABE8;
}
</style>
background-color css
<style>
a { background-color: #DBABE8; }
a { background-color: rgb(219,171,232); }
div.DivClassName
{
background-color: #DBABE8;
}
.BgClassName
{
background-color: #DBABE8;
}
</style>
border-color css
<style>
span { border-color: #DBABE8; }
span { border-color: rgb(219,171,232); }
td.TdClassName
{
border-color: #DBABE8;
}
.TagClassName
{
border-color: #DBABE8;
}
</style>