Shades of Wisteria #DBA3ED
Tints of Wisteria #DBA3ED
RGB
CMYK
RGB Variations
Color information
#DBA3ED (or 0xDBA3ED) is known color: Wisteria. HEX triplet: DB, A3 and ED. RGB value is (219,163,237). Sum of RGB (Red+Green+Blue) = 219+163+237=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 163 (64.06% from 255 or 26.33% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #DBA3ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3ED is #245C12. Grayscale: #BBBBBB. Windows color (decimal): -2382867 or 15573979. OLE color: 15573979.
HSL color Cylindrical-coordinate representation of color #DBA3ED: hue angle of 285.41º degrees, saturation: 0.67, 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 #DBA3ED is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 219 | 163 | 237 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 285.41º | 0.67% | 0.78% | - |
| HSV(B) | 285.41º | 0.31% | 0.93% | - |
| XYZ | 57.6 | 47.37 | 86.23 | - |
| YUV | 188.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 163 | 237 | 0.08 | 0.31 | 0 | 0.07 | 285.41 | 0.67 | 0.78 |
| Hex | DB | A3 | ED | 8 | 1F | 0 | 7 | 11D | 43 | 4E |
| Octal | 333 | 243 | 355 | 10 | 37 | 0 | 7 | 435 | 103 | 116 |
| Binary | 11011011 | 10100011 | 11101101 | 1000 | 11111 | 0 | 111 | 100011101 | 1000011 | 1001110 |
Color Harmonies of #DBA3ED
Complementary color
Monochromatic Colors of #DBA3ED
Black with #DBA3ED
Text Example
Text Example
White with #DBA3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3ED; }
p { color: rgb(219,163,237); }
H1.HeaderClassName
{
color: #DBA3ED;
}
.AnyTagClassName
{
color: #DBA3ED;
}
</style>
background-color css
<style>
a { background-color: #DBA3ED; }
a { background-color: rgb(219,163,237); }
div.DivClassName
{
background-color: #DBA3ED;
}
.BgClassName
{
background-color: #DBA3ED;
}
</style>
border-color css
<style>
span { border-color: #DBA3ED; }
span { border-color: rgb(219,163,237); }
td.TdClassName
{
border-color: #DBA3ED;
}
.TagClassName
{
border-color: #DBA3ED;
}
</style>