Shades of Wisteria #DAA0EE
Tints of Wisteria #DAA0EE
RGB
CMYK
RGB Variations
Color information
#DAA0EE (or 0xDAA0EE) is known color: Wisteria. HEX triplet: DA, A0 and EE. RGB value is (218,160,238). Sum of RGB (Red+Green+Blue) = 218+160+238=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #DAA0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA0EE is #255F11. Grayscale: #B9B9B9. Windows color (decimal): -2449170 or 15638746. OLE color: 15638746.
HSL color Cylindrical-coordinate representation of color #DAA0EE: hue angle of 284.62º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAA0EE is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 218 | 160 | 238 | - |
| CMYK | 0.08 | 0.33 | 0 | 0.07 |
| HSL | 284.62º | 0.7% | 0.78% | - |
| HSV(B) | 284.62º | 0.33% | 0.93% | - |
| XYZ | 56.92 | 46.22 | 86.81 | - |
| YUV | 186.23 | 157.22 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 160 | 238 | 0.08 | 0.33 | 0 | 0.07 | 284.62 | 0.7 | 0.78 |
| Hex | DA | A0 | EE | 8 | 21 | 0 | 7 | 11D | 46 | 4E |
| Octal | 332 | 240 | 356 | 10 | 41 | 0 | 7 | 435 | 106 | 116 |
| Binary | 11011010 | 10100000 | 11101110 | 1000 | 100001 | 0 | 111 | 100011101 | 1000110 | 1001110 |
Color Harmonies of #DAA0EE
Complementary color
Monochromatic Colors of #DAA0EE
Black with #DAA0EE
Text Example
Text Example
White with #DAA0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA0EE; }
p { color: rgb(218,160,238); }
H1.HeaderClassName
{
color: #DAA0EE;
}
.AnyTagClassName
{
color: #DAA0EE;
}
</style>
background-color css
<style>
a { background-color: #DAA0EE; }
a { background-color: rgb(218,160,238); }
div.DivClassName
{
background-color: #DAA0EE;
}
.BgClassName
{
background-color: #DAA0EE;
}
</style>
border-color css
<style>
span { border-color: #DAA0EE; }
span { border-color: rgb(218,160,238); }
td.TdClassName
{
border-color: #DAA0EE;
}
.TagClassName
{
border-color: #DAA0EE;
}
</style>