Shades of Wisteria #D3AAE5
Tints of Wisteria #D3AAE5
RGB
CMYK
RGB Variations
Color information
#D3AAE5 (or 0xD3AAE5) is known color: Wisteria. HEX triplet: D3, AA and E5. RGB value is (211,170,229). Sum of RGB (Red+Green+Blue) = 211+170+229=610 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.59% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3AAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAE5 is #2C551A. Grayscale: #BCBCBC. Windows color (decimal): -2905371 or 15051475. OLE color: 15051475.
HSL color Cylindrical-coordinate representation of color #D3AAE5: hue angle of 281.69º 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 #D3AAE5 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 170 | 229 | - |
| CMYK | 0.08 | 0.26 | 0 | 0.10 |
| HSL | 281.69º | 0.53% | 0.78% | - |
| HSV(B) | 281.69º | 0.26% | 0.9% | - |
| XYZ | 55.38 | 48.26 | 80.52 | - |
| YUV | 188.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 229 | 0.08 | 0.26 | 0 | 0.10 | 281.69 | 0.53 | 0.78 |
| Hex | D3 | AA | E5 | 8 | 1A | 0 | A | 11A | 35 | 4E |
| Octal | 323 | 252 | 345 | 10 | 32 | 0 | 12 | 432 | 65 | 116 |
| Binary | 11010011 | 10101010 | 11100101 | 1000 | 11010 | 0 | 1010 | 100011010 | 110101 | 1001110 |
Color Harmonies of #D3AAE5
Complementary color
Monochromatic Colors of #D3AAE5
Black with #D3AAE5
Text Example
Text Example
White with #D3AAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAE5; }
p { color: rgb(211,170,229); }
H1.HeaderClassName
{
color: #D3AAE5;
}
.AnyTagClassName
{
color: #D3AAE5;
}
</style>
background-color css
<style>
a { background-color: #D3AAE5; }
a { background-color: rgb(211,170,229); }
div.DivClassName
{
background-color: #D3AAE5;
}
.BgClassName
{
background-color: #D3AAE5;
}
</style>
border-color css
<style>
span { border-color: #D3AAE5; }
span { border-color: rgb(211,170,229); }
td.TdClassName
{
border-color: #D3AAE5;
}
.TagClassName
{
border-color: #D3AAE5;
}
</style>