Shades of Plum #DBADE6
Tints of Plum #DBADE6
RGB
CMYK
RGB Variations
Color information
#DBADE6 (or 0xDBADE6) is known color: Plum. HEX triplet: DB, AD and E6. RGB value is (219,173,230). Sum of RGB (Red+Green+Blue) = 219+173+230=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE6 is #245219. Grayscale: #C1C1C1. Windows color (decimal): -2380314 or 15117787. OLE color: 15117787.
HSL color Cylindrical-coordinate representation of color #DBADE6: hue angle of 288.42º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBADE6 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 173 | 230 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.10 |
| HSL | 288.42º | 0.53% | 0.79% | - |
| HSV(B) | 288.42º | 0.25% | 0.9% | - |
| XYZ | 58.44 | 50.66 | 81.56 | - |
| YUV | 193.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 230 | 0.05 | 0.25 | 0 | 0.10 | 288.42 | 0.53 | 0.79 |
| Hex | DB | AD | E6 | 5 | 19 | 0 | A | 120 | 35 | 4F |
| Octal | 333 | 255 | 346 | 5 | 31 | 0 | 12 | 440 | 65 | 117 |
| Binary | 11011011 | 10101101 | 11100110 | 101 | 11001 | 0 | 1010 | 100100000 | 110101 | 1001111 |
Color Harmonies of #DBADE6
Complementary color
Monochromatic Colors of #DBADE6
Black with #DBADE6
Text Example
Text Example
White with #DBADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE6; }
p { color: rgb(219,173,230); }
H1.HeaderClassName
{
color: #DBADE6;
}
.AnyTagClassName
{
color: #DBADE6;
}
</style>
background-color css
<style>
a { background-color: #DBADE6; }
a { background-color: rgb(219,173,230); }
div.DivClassName
{
background-color: #DBADE6;
}
.BgClassName
{
background-color: #DBADE6;
}
</style>
border-color css
<style>
span { border-color: #DBADE6; }
span { border-color: rgb(219,173,230); }
td.TdClassName
{
border-color: #DBADE6;
}
.TagClassName
{
border-color: #DBADE6;
}
</style>