Shades of Wisteria #D1AAE5
Tints of Wisteria #D1AAE5
RGB
CMYK
RGB Variations
Color information
#D1AAE5 (or 0xD1AAE5) is known color: Wisteria. HEX triplet: D1, AA and E5. RGB value is (209,170,229). Sum of RGB (Red+Green+Blue) = 209+170+229=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAE5 is #2E551A. Grayscale: #BCBCBC. Windows color (decimal): -3036443 or 15051473. OLE color: 15051473.
HSL color Cylindrical-coordinate representation of color #D1AAE5: hue angle of 279.66º degrees, saturation: 0.53, 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 #D1AAE5 is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 170 | 229 | - |
| CMYK | 0.09 | 0.26 | 0 | 0.10 |
| HSL | 279.66º | 0.53% | 0.78% | - |
| HSV(B) | 279.66º | 0.26% | 0.9% | - |
| XYZ | 54.81 | 47.96 | 80.5 | - |
| YUV | 188.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 229 | 0.09 | 0.26 | 0 | 0.10 | 279.66 | 0.53 | 0.78 |
| Hex | D1 | AA | E5 | 9 | 1A | 0 | A | 118 | 35 | 4E |
| Octal | 321 | 252 | 345 | 11 | 32 | 0 | 12 | 430 | 65 | 116 |
| Binary | 11010001 | 10101010 | 11100101 | 1001 | 11010 | 0 | 1010 | 100011000 | 110101 | 1001110 |
Color Harmonies of #D1AAE5
Complementary color
Monochromatic Colors of #D1AAE5
Black with #D1AAE5
Text Example
Text Example
White with #D1AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAE5; }
p { color: rgb(209,170,229); }
H1.HeaderClassName
{
color: #D1AAE5;
}
.AnyTagClassName
{
color: #D1AAE5;
}
</style>
background-color css
<style>
a { background-color: #D1AAE5; }
a { background-color: rgb(209,170,229); }
div.DivClassName
{
background-color: #D1AAE5;
}
.BgClassName
{
background-color: #D1AAE5;
}
</style>
border-color css
<style>
span { border-color: #D1AAE5; }
span { border-color: rgb(209,170,229); }
td.TdClassName
{
border-color: #D1AAE5;
}
.TagClassName
{
border-color: #D1AAE5;
}
</style>