Shades of Wisteria #DAA2EE
Tints of Wisteria #DAA2EE
RGB
CMYK
RGB Variations
Color information
#DAA2EE (or 0xDAA2EE) is known color: Wisteria. HEX triplet: DA, A2 and EE. RGB value is (218,162,238). Sum of RGB (Red+Green+Blue) = 218+162+238=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 162 (63.67% from 255 or 26.21% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAA2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA2EE is #255D11. Grayscale: #BBBBBB. Windows color (decimal): -2448658 or 15639258. OLE color: 15639258.
HSL color Cylindrical-coordinate representation of color #DAA2EE: hue angle of 284.21º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAA2EE is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 162 | 238 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.07 |
| HSL | 284.21º | 0.69% | 0.78% | - |
| HSV(B) | 284.21º | 0.32% | 0.93% | - |
| XYZ | 57.27 | 46.92 | 86.93 | - |
| YUV | 187.41 | 156.55 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 162 | 238 | 0.08 | 0.32 | 0 | 0.07 | 284.21 | 0.69 | 0.78 |
| Hex | DA | A2 | EE | 8 | 20 | 0 | 7 | 11C | 45 | 4E |
| Octal | 332 | 242 | 356 | 10 | 40 | 0 | 7 | 434 | 105 | 116 |
| Binary | 11011010 | 10100010 | 11101110 | 1000 | 100000 | 0 | 111 | 100011100 | 1000101 | 1001110 |
Color Harmonies of #DAA2EE
Complementary color
Monochromatic Colors of #DAA2EE
Black with #DAA2EE
Text Example
Text Example
White with #DAA2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA2EE; }
p { color: rgb(218,162,238); }
H1.HeaderClassName
{
color: #DAA2EE;
}
.AnyTagClassName
{
color: #DAA2EE;
}
</style>
background-color css
<style>
a { background-color: #DAA2EE; }
a { background-color: rgb(218,162,238); }
div.DivClassName
{
background-color: #DAA2EE;
}
.BgClassName
{
background-color: #DAA2EE;
}
</style>
border-color css
<style>
span { border-color: #DAA2EE; }
span { border-color: rgb(218,162,238); }
td.TdClassName
{
border-color: #DAA2EE;
}
.TagClassName
{
border-color: #DAA2EE;
}
</style>