Shades of Wisteria #DAA6EC
Tints of Wisteria #DAA6EC
RGB
CMYK
RGB Variations
Color information
#DAA6EC (or 0xDAA6EC) is known color: Wisteria. HEX triplet: DA, A6 and EC. RGB value is (218,166,236). Sum of RGB (Red+Green+Blue) = 218+166+236=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 166 (65.23% from 255 or 26.77% 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 #DAA6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA6EC is #255913. Grayscale: #BDBDBD. Windows color (decimal): -2447636 or 15509210. OLE color: 15509210.
HSL color Cylindrical-coordinate representation of color #DAA6EC: hue angle of 284.57º 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 #DAA6EC is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 166 | 236 | - |
| CMYK | 0.08 | 0.30 | 0 | 0.07 |
| HSL | 284.57º | 0.65% | 0.79% | - |
| HSV(B) | 284.57º | 0.3% | 0.93% | - |
| XYZ | 57.69 | 48.23 | 85.63 | - |
| YUV | 189.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 166 | 236 | 0.08 | 0.30 | 0 | 0.07 | 284.57 | 0.65 | 0.79 |
| Hex | DA | A6 | EC | 8 | 1E | 0 | 7 | 11D | 41 | 4F |
| Octal | 332 | 246 | 354 | 10 | 36 | 0 | 7 | 435 | 101 | 117 |
| Binary | 11011010 | 10100110 | 11101100 | 1000 | 11110 | 0 | 111 | 100011101 | 1000001 | 1001111 |
Color Harmonies of #DAA6EC
Complementary color
Monochromatic Colors of #DAA6EC
Black with #DAA6EC
Text Example
Text Example
White with #DAA6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA6EC; }
p { color: rgb(218,166,236); }
H1.HeaderClassName
{
color: #DAA6EC;
}
.AnyTagClassName
{
color: #DAA6EC;
}
</style>
background-color css
<style>
a { background-color: #DAA6EC; }
a { background-color: rgb(218,166,236); }
div.DivClassName
{
background-color: #DAA6EC;
}
.BgClassName
{
background-color: #DAA6EC;
}
</style>
border-color css
<style>
span { border-color: #DAA6EC; }
span { border-color: rgb(218,166,236); }
td.TdClassName
{
border-color: #DAA6EC;
}
.TagClassName
{
border-color: #DAA6EC;
}
</style>