Shades of Plum #DBADE2
Tints of Plum #DBADE2
RGB
CMYK
RGB Variations
Color information
#DBADE2 (or 0xDBADE2) is known color: Plum. HEX triplet: DB, AD and E2. RGB value is (219,173,226). Sum of RGB (Red+Green+Blue) = 219+173+226=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBADE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADE2 is #24521D. Grayscale: #C0C0C0. Windows color (decimal): -2380318 or 14855643. OLE color: 14855643.
HSL color Cylindrical-coordinate representation of color #DBADE2: hue angle of 292.08º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBADE2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 173 | 226 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.11 |
| HSL | 292.08º | 0.48% | 0.78% | - |
| HSV(B) | 292.08º | 0.23% | 0.89% | - |
| XYZ | 57.88 | 50.44 | 78.64 | - |
| YUV | 192.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 226 | 0.03 | 0.23 | 0 | 0.11 | 292.08 | 0.48 | 0.78 |
| Hex | DB | AD | E2 | 3 | 17 | 0 | B | 124 | 30 | 4E |
| Octal | 333 | 255 | 342 | 3 | 27 | 0 | 13 | 444 | 60 | 116 |
| Binary | 11011011 | 10101101 | 11100010 | 11 | 10111 | 0 | 1011 | 100100100 | 110000 | 1001110 |
Color Harmonies of #DBADE2
Complementary color
Monochromatic Colors of #DBADE2
Black with #DBADE2
Text Example
Text Example
White with #DBADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE2; }
p { color: rgb(219,173,226); }
H1.HeaderClassName
{
color: #DBADE2;
}
.AnyTagClassName
{
color: #DBADE2;
}
</style>
background-color css
<style>
a { background-color: #DBADE2; }
a { background-color: rgb(219,173,226); }
div.DivClassName
{
background-color: #DBADE2;
}
.BgClassName
{
background-color: #DBADE2;
}
</style>
border-color css
<style>
span { border-color: #DBADE2; }
span { border-color: rgb(219,173,226); }
td.TdClassName
{
border-color: #DBADE2;
}
.TagClassName
{
border-color: #DBADE2;
}
</style>