Shades of Plum #DBAEE0
Tints of Plum #DBAEE0
RGB
CMYK
RGB Variations
Color information
#DBAEE0 (or 0xDBAEE0) is known color: Plum. HEX triplet: DB, AE and E0. RGB value is (219,174,224). Sum of RGB (Red+Green+Blue) = 219+174+224=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEE0 is #24511F. Grayscale: #C1C1C1. Windows color (decimal): -2380064 or 14724827. OLE color: 14724827.
HSL color Cylindrical-coordinate representation of color #DBAEE0: hue angle of 294º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAEE0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 174 | 224 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.12 |
| HSL | 294º | 0.45% | 0.78% | - |
| HSV(B) | 294º | 0.22% | 0.88% | - |
| XYZ | 57.8 | 50.71 | 77.26 | - |
| YUV | 193.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 224 | 0.02 | 0.22 | 0 | 0.12 | 294 | 0.45 | 0.78 |
| Hex | DB | AE | E0 | 2 | 16 | 0 | C | 126 | 2D | 4E |
| Octal | 333 | 256 | 340 | 2 | 26 | 0 | 14 | 446 | 55 | 116 |
| Binary | 11011011 | 10101110 | 11100000 | 10 | 10110 | 0 | 1100 | 100100110 | 101101 | 1001110 |
Color Harmonies of #DBAEE0
Complementary color
Monochromatic Colors of #DBAEE0
Black with #DBAEE0
Text Example
Text Example
White with #DBAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEE0; }
p { color: rgb(219,174,224); }
H1.HeaderClassName
{
color: #DBAEE0;
}
.AnyTagClassName
{
color: #DBAEE0;
}
</style>
background-color css
<style>
a { background-color: #DBAEE0; }
a { background-color: rgb(219,174,224); }
div.DivClassName
{
background-color: #DBAEE0;
}
.BgClassName
{
background-color: #DBAEE0;
}
</style>
border-color css
<style>
span { border-color: #DBAEE0; }
span { border-color: rgb(219,174,224); }
td.TdClassName
{
border-color: #DBAEE0;
}
.TagClassName
{
border-color: #DBAEE0;
}
</style>