Shades of Plum #DBADE5
Tints of Plum #DBADE5
RGB
CMYK
RGB Variations
Color information
#DBADE5 (or 0xDBADE5) is known color: Plum. HEX triplet: DB, AD and E5. RGB value is (219,173,229). Sum of RGB (Red+Green+Blue) = 219+173+229=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #DBADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE5 is #24521A. Grayscale: #C0C0C0. Windows color (decimal): -2380315 or 15052251. OLE color: 15052251.
HSL color Cylindrical-coordinate representation of color #DBADE5: hue angle of 289.29º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBADE5 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 173 | 229 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.10 |
| HSL | 289.29º | 0.52% | 0.79% | - |
| HSV(B) | 289.29º | 0.24% | 0.9% | - |
| XYZ | 58.3 | 50.6 | 80.82 | - |
| YUV | 193.14 | 148.24 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 229 | 0.04 | 0.24 | 0 | 0.10 | 289.29 | 0.52 | 0.79 |
| Hex | DB | AD | E5 | 4 | 18 | 0 | A | 121 | 34 | 4F |
| Octal | 333 | 255 | 345 | 4 | 30 | 0 | 12 | 441 | 64 | 117 |
| Binary | 11011011 | 10101101 | 11100101 | 100 | 11000 | 0 | 1010 | 100100001 | 110100 | 1001111 |
Color Harmonies of #DBADE5
Complementary color
Monochromatic Colors of #DBADE5
Black with #DBADE5
Text Example
Text Example
White with #DBADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE5; }
p { color: rgb(219,173,229); }
H1.HeaderClassName
{
color: #DBADE5;
}
.AnyTagClassName
{
color: #DBADE5;
}
</style>
background-color css
<style>
a { background-color: #DBADE5; }
a { background-color: rgb(219,173,229); }
div.DivClassName
{
background-color: #DBADE5;
}
.BgClassName
{
background-color: #DBADE5;
}
</style>
border-color css
<style>
span { border-color: #DBADE5; }
span { border-color: rgb(219,173,229); }
td.TdClassName
{
border-color: #DBADE5;
}
.TagClassName
{
border-color: #DBADE5;
}
</style>