Shades of Wisteria #D9AAE9
Tints of Wisteria #D9AAE9
RGB
CMYK
RGB Variations
Color information
#D9AAE9 (or 0xD9AAE9) is known color: Wisteria. HEX triplet: D9, AA and E9. RGB value is (217,170,233). Sum of RGB (Red+Green+Blue) = 217+170+233=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 233 (91.41% from 255 or 37.58% from 620); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9AAE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAE9 is #265516. Grayscale: #BFBFBF. Windows color (decimal): -2512151 or 15313625. OLE color: 15313625.
HSL color Cylindrical-coordinate representation of color #D9AAE9: hue angle of 284.76º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9AAE9 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 170 | 233 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.09 |
| HSL | 284.76º | 0.59% | 0.79% | - |
| HSV(B) | 284.76º | 0.27% | 0.91% | - |
| XYZ | 57.7 | 49.38 | 83.58 | - |
| YUV | 191.24 | 151.57 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 233 | 0.07 | 0.27 | 0 | 0.09 | 284.76 | 0.59 | 0.79 |
| Hex | D9 | AA | E9 | 7 | 1B | 0 | 9 | 11D | 3B | 4F |
| Octal | 331 | 252 | 351 | 7 | 33 | 0 | 11 | 435 | 73 | 117 |
| Binary | 11011001 | 10101010 | 11101001 | 111 | 11011 | 0 | 1001 | 100011101 | 111011 | 1001111 |
Color Harmonies of #D9AAE9
Complementary color
Monochromatic Colors of #D9AAE9
Black with #D9AAE9
Text Example
Text Example
White with #D9AAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAE9; }
p { color: rgb(217,170,233); }
H1.HeaderClassName
{
color: #D9AAE9;
}
.AnyTagClassName
{
color: #D9AAE9;
}
</style>
background-color css
<style>
a { background-color: #D9AAE9; }
a { background-color: rgb(217,170,233); }
div.DivClassName
{
background-color: #D9AAE9;
}
.BgClassName
{
background-color: #D9AAE9;
}
</style>
border-color css
<style>
span { border-color: #D9AAE9; }
span { border-color: rgb(217,170,233); }
td.TdClassName
{
border-color: #D9AAE9;
}
.TagClassName
{
border-color: #D9AAE9;
}
</style>