Shades of Wisteria #DBA4EC
Tints of Wisteria #DBA4EC
RGB
CMYK
RGB Variations
Color information
#DBA4EC (or 0xDBA4EC) is known color: Wisteria. HEX triplet: DB, A4 and EC. RGB value is (219,164,236). Sum of RGB (Red+Green+Blue) = 219+164+236=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4EC is #245B13. Grayscale: #BCBCBC. Windows color (decimal): -2382612 or 15508699. OLE color: 15508699.
HSL color Cylindrical-coordinate representation of color #DBA4EC: hue angle of 285.83º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA4EC is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 164 | 236 | - |
CMYK | 0.07 | 0.31 | 0 | 0.07 |
HSL | 285.83º | 0.65% | 0.78% | - |
HSV(B) | 285.83º | 0.31% | 0.93% | - |
XYZ | 57.63 | 47.67 | 85.52 | - |
YUV | 188.65 | 154.72 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 164 | 236 | 0.07 | 0.31 | 0 | 0.07 | 285.83 | 0.65 | 0.78 |
Hex | DB | A4 | EC | 7 | 1F | 0 | 7 | 11E | 41 | 4E |
Octal | 333 | 244 | 354 | 7 | 37 | 0 | 7 | 436 | 101 | 116 |
Binary | 11011011 | 10100100 | 11101100 | 111 | 11111 | 0 | 111 | 100011110 | 1000001 | 1001110 |
Color Harmonies of #DBA4EC
Complementary color
Monochromatic Colors of #DBA4EC
Black with #DBA4EC
Text Example
Text Example
White with #DBA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4EC; }
p { color: rgb(219,164,236); }
H1.HeaderClassName
{
color: #DBA4EC;
}
.AnyTagClassName
{
color: #DBA4EC;
}
</style>
background-color css
<style>
a { background-color: #DBA4EC; }
a { background-color: rgb(219,164,236); }
div.DivClassName
{
background-color: #DBA4EC;
}
.BgClassName
{
background-color: #DBA4EC;
}
</style>
border-color css
<style>
span { border-color: #DBA4EC; }
span { border-color: rgb(219,164,236); }
td.TdClassName
{
border-color: #DBA4EC;
}
.TagClassName
{
border-color: #DBA4EC;
}
</style>