Shades of Wisteria #DBA5EC
Tints of Wisteria #DBA5EC
RGB
CMYK
RGB Variations
Color information
#DBA5EC (or 0xDBA5EC) is known color: Wisteria. HEX triplet: DB, A5 and EC. RGB value is (219,165,236). Sum of RGB (Red+Green+Blue) = 219+165+236=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA5EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA5EC is #245A13. Grayscale: #BDBDBD. Windows color (decimal): -2382356 or 15508955. OLE color: 15508955.
HSL color Cylindrical-coordinate representation of color #DBA5EC: hue angle of 285.63º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA5EC is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 165 | 236 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.07 |
| HSL | 285.63º | 0.65% | 0.79% | - |
| HSV(B) | 285.63º | 0.3% | 0.93% | - |
| XYZ | 57.81 | 48.03 | 85.58 | - |
| YUV | 189.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 165 | 236 | 0.07 | 0.30 | 0 | 0.07 | 285.63 | 0.65 | 0.79 |
| Hex | DB | A5 | EC | 7 | 1E | 0 | 7 | 11E | 41 | 4F |
| Octal | 333 | 245 | 354 | 7 | 36 | 0 | 7 | 436 | 101 | 117 |
| Binary | 11011011 | 10100101 | 11101100 | 111 | 11110 | 0 | 111 | 100011110 | 1000001 | 1001111 |
Color Harmonies of #DBA5EC
Complementary color
Monochromatic Colors of #DBA5EC
Black with #DBA5EC
Text Example
Text Example
White with #DBA5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA5EC; }
p { color: rgb(219,165,236); }
H1.HeaderClassName
{
color: #DBA5EC;
}
.AnyTagClassName
{
color: #DBA5EC;
}
</style>
background-color css
<style>
a { background-color: #DBA5EC; }
a { background-color: rgb(219,165,236); }
div.DivClassName
{
background-color: #DBA5EC;
}
.BgClassName
{
background-color: #DBA5EC;
}
</style>
border-color css
<style>
span { border-color: #DBA5EC; }
span { border-color: rgb(219,165,236); }
td.TdClassName
{
border-color: #DBA5EC;
}
.TagClassName
{
border-color: #DBA5EC;
}
</style>