Shades of Plum #DBADE7
Tints of Plum #DBADE7
RGB
CMYK
RGB Variations
Color information
#DBADE7 (or 0xDBADE7) is known color: Plum. HEX triplet: DB, AD and E7. RGB value is (219,173,231). Sum of RGB (Red+Green+Blue) = 219+173+231=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE7 is #245218. Grayscale: #C1C1C1. Windows color (decimal): -2380313 or 15183323. OLE color: 15183323.
HSL color Cylindrical-coordinate representation of color #DBADE7: hue angle of 287.59º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBADE7 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 173 | 231 | - |
CMYK | 0.05 | 0.25 | 0 | 0.09 |
HSL | 287.59º | 0.55% | 0.79% | - |
HSV(B) | 287.59º | 0.25% | 0.91% | - |
XYZ | 58.58 | 50.72 | 82.3 | - |
YUV | 193.37 | 149.24 | 146.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 231 | 0.05 | 0.25 | 0 | 0.09 | 287.59 | 0.55 | 0.79 |
Hex | DB | AD | E7 | 5 | 19 | 0 | 9 | 120 | 37 | 4F |
Octal | 333 | 255 | 347 | 5 | 31 | 0 | 11 | 440 | 67 | 117 |
Binary | 11011011 | 10101101 | 11100111 | 101 | 11001 | 0 | 1001 | 100100000 | 110111 | 1001111 |
Color Harmonies of #DBADE7
Complementary color
Monochromatic Colors of #DBADE7
Black with #DBADE7
Text Example
Text Example
White with #DBADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE7; }
p { color: rgb(219,173,231); }
H1.HeaderClassName
{
color: #DBADE7;
}
.AnyTagClassName
{
color: #DBADE7;
}
</style>
background-color css
<style>
a { background-color: #DBADE7; }
a { background-color: rgb(219,173,231); }
div.DivClassName
{
background-color: #DBADE7;
}
.BgClassName
{
background-color: #DBADE7;
}
</style>
border-color css
<style>
span { border-color: #DBADE7; }
span { border-color: rgb(219,173,231); }
td.TdClassName
{
border-color: #DBADE7;
}
.TagClassName
{
border-color: #DBADE7;
}
</style>