Shades of Plum #DBADE8
Tints of Plum #DBADE8
RGB
CMYK
RGB Variations
Color information
#DBADE8 (or 0xDBADE8) is known color: Plum. HEX triplet: DB, AD and E8. RGB value is (219,173,232). Sum of RGB (Red+Green+Blue) = 219+173+232=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBADE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBADE8 is #245217. Grayscale: #C1C1C1. Windows color (decimal): -2380312 or 15248859. OLE color: 15248859.
HSL color Cylindrical-coordinate representation of color #DBADE8: hue angle of 286.78º degrees, saturation: 0.56, 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 #DBADE8 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 173 | 232 | - |
CMYK | 0.06 | 0.25 | 0 | 0.09 |
HSL | 286.78º | 0.56% | 0.79% | - |
HSV(B) | 286.78º | 0.25% | 0.91% | - |
XYZ | 58.72 | 50.77 | 83.05 | - |
YUV | 193.48 | 149.74 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 173 | 232 | 0.06 | 0.25 | 0 | 0.09 | 286.78 | 0.56 | 0.79 |
Hex | DB | AD | E8 | 6 | 19 | 0 | 9 | 11F | 38 | 4F |
Octal | 333 | 255 | 350 | 6 | 31 | 0 | 11 | 437 | 70 | 117 |
Binary | 11011011 | 10101101 | 11101000 | 110 | 11001 | 0 | 1001 | 100011111 | 111000 | 1001111 |
Color Harmonies of #DBADE8
Complementary color
Monochromatic Colors of #DBADE8
Black with #DBADE8
Text Example
Text Example
White with #DBADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADE8; }
p { color: rgb(219,173,232); }
H1.HeaderClassName
{
color: #DBADE8;
}
.AnyTagClassName
{
color: #DBADE8;
}
</style>
background-color css
<style>
a { background-color: #DBADE8; }
a { background-color: rgb(219,173,232); }
div.DivClassName
{
background-color: #DBADE8;
}
.BgClassName
{
background-color: #DBADE8;
}
</style>
border-color css
<style>
span { border-color: #DBADE8; }
span { border-color: rgb(219,173,232); }
td.TdClassName
{
border-color: #DBADE8;
}
.TagClassName
{
border-color: #DBADE8;
}
</style>