Shades of Plum #DBAEDB
Tints of Plum #DBAEDB
RGB
CMYK
RGB Variations
Color information
#DBAEDB (or 0xDBAEDB) is known color: Plum. HEX triplet: DB, AE and DB. RGB value is (219,174,219). Sum of RGB (Red+Green+Blue) = 219+174+219=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEDB is #245124. Grayscale: #C0C0C0. Windows color (decimal): -2380069 or 14397147. OLE color: 14397147.
HSL color Cylindrical-coordinate representation of color #DBAEDB: hue angle of 300º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEDB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 219 | - |
CMYK | 0 | 0.21 | 0 | 0.14 |
HSL | 300º | 0.38% | 0.77% | - |
HSV(B) | 300º | 0.21% | 0.86% | - |
XYZ | 57.14 | 50.45 | 73.74 | - |
YUV | 192.59 | 142.91 | 146.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 219 | 0 | 0.21 | 0 | 0.14 | 300 | 0.38 | 0.77 |
Hex | DB | AE | DB | 0 | 15 | 0 | E | 12C | 26 | 4D |
Octal | 333 | 256 | 333 | 0 | 25 | 0 | 16 | 454 | 46 | 115 |
Binary | 11011011 | 10101110 | 11011011 | 0 | 10101 | 0 | 1110 | 100101100 | 100110 | 1001101 |
Color Harmonies of #DBAEDB
Complementary color
Monochromatic Colors of #DBAEDB
Black with #DBAEDB
Text Example
Text Example
White with #DBAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEDB; }
p { color: rgb(219,174,219); }
H1.HeaderClassName
{
color: #DBAEDB;
}
.AnyTagClassName
{
color: #DBAEDB;
}
</style>
background-color css
<style>
a { background-color: #DBAEDB; }
a { background-color: rgb(219,174,219); }
div.DivClassName
{
background-color: #DBAEDB;
}
.BgClassName
{
background-color: #DBAEDB;
}
</style>
border-color css
<style>
span { border-color: #DBAEDB; }
span { border-color: rgb(219,174,219); }
td.TdClassName
{
border-color: #DBAEDB;
}
.TagClassName
{
border-color: #DBAEDB;
}
</style>