Shades of Wisteria #DAA2EC
Tints of Wisteria #DAA2EC
RGB
CMYK
RGB Variations
Color information
#DAA2EC (or 0xDAA2EC) is known color: Wisteria. HEX triplet: DA, A2 and EC. RGB value is (218,162,236). Sum of RGB (Red+Green+Blue) = 218+162+236=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DAA2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2EC is #255D13. Grayscale: #BABABA. Windows color (decimal): -2448660 or 15508186. OLE color: 15508186.
HSL color Cylindrical-coordinate representation of color #DAA2EC: hue angle of 285.41º degrees, saturation: 0.66, 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 #DAA2EC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 162 | 236 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.07 |
| HSL | 285.41º | 0.66% | 0.78% | - |
| HSV(B) | 285.41º | 0.31% | 0.93% | - |
| XYZ | 56.97 | 46.8 | 85.39 | - |
| YUV | 187.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 236 | 0.08 | 0.31 | 0 | 0.07 | 285.41 | 0.66 | 0.78 |
| Hex | DA | A2 | EC | 8 | 1F | 0 | 7 | 11D | 42 | 4E |
| Octal | 332 | 242 | 354 | 10 | 37 | 0 | 7 | 435 | 102 | 116 |
| Binary | 11011010 | 10100010 | 11101100 | 1000 | 11111 | 0 | 111 | 100011101 | 1000010 | 1001110 |
Color Harmonies of #DAA2EC
Complementary color
Monochromatic Colors of #DAA2EC
Black with #DAA2EC
Text Example
Text Example
White with #DAA2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2EC; }
p { color: rgb(218,162,236); }
H1.HeaderClassName
{
color: #DAA2EC;
}
.AnyTagClassName
{
color: #DAA2EC;
}
</style>
background-color css
<style>
a { background-color: #DAA2EC; }
a { background-color: rgb(218,162,236); }
div.DivClassName
{
background-color: #DAA2EC;
}
.BgClassName
{
background-color: #DAA2EC;
}
</style>
border-color css
<style>
span { border-color: #DAA2EC; }
span { border-color: rgb(218,162,236); }
td.TdClassName
{
border-color: #DAA2EC;
}
.TagClassName
{
border-color: #DAA2EC;
}
</style>