Shades of Wisteria #D9AAE6
Tints of Wisteria #D9AAE6
RGB
CMYK
RGB Variations
Color information
#D9AAE6 (or 0xD9AAE6) is known color: Wisteria. HEX triplet: D9, AA and E6. RGB value is (217,170,230). Sum of RGB (Red+Green+Blue) = 217+170+230=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9AAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAE6 is #265519. Grayscale: #BEBEBE. Windows color (decimal): -2512154 or 15117017. OLE color: 15117017.
HSL color Cylindrical-coordinate representation of color #D9AAE6: hue angle of 287º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9AAE6 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 170 | 230 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.10 |
| HSL | 287º | 0.55% | 0.78% | - |
| HSV(B) | 287º | 0.26% | 0.9% | - |
| XYZ | 57.27 | 49.21 | 81.34 | - |
| YUV | 190.89 | 150.07 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 230 | 0.06 | 0.26 | 0 | 0.10 | 287 | 0.55 | 0.78 |
| Hex | D9 | AA | E6 | 6 | 1A | 0 | A | 11F | 37 | 4E |
| Octal | 331 | 252 | 346 | 6 | 32 | 0 | 12 | 437 | 67 | 116 |
| Binary | 11011001 | 10101010 | 11100110 | 110 | 11010 | 0 | 1010 | 100011111 | 110111 | 1001110 |
Color Harmonies of #D9AAE6
Complementary color
Monochromatic Colors of #D9AAE6
Black with #D9AAE6
Text Example
Text Example
White with #D9AAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAE6; }
p { color: rgb(217,170,230); }
H1.HeaderClassName
{
color: #D9AAE6;
}
.AnyTagClassName
{
color: #D9AAE6;
}
</style>
background-color css
<style>
a { background-color: #D9AAE6; }
a { background-color: rgb(217,170,230); }
div.DivClassName
{
background-color: #D9AAE6;
}
.BgClassName
{
background-color: #D9AAE6;
}
</style>
border-color css
<style>
span { border-color: #D9AAE6; }
span { border-color: rgb(217,170,230); }
td.TdClassName
{
border-color: #D9AAE6;
}
.TagClassName
{
border-color: #D9AAE6;
}
</style>