Shades of Wisteria #D3AAE0
Tints of Wisteria #D3AAE0
RGB
CMYK
RGB Variations
Color information
#D3AAE0 (or 0xD3AAE0) is known color: Wisteria. HEX triplet: D3, AA and E0. RGB value is (211,170,224). Sum of RGB (Red+Green+Blue) = 211+170+224=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AAE0 is #2C551F. Grayscale: #BCBCBC. Windows color (decimal): -2905376 or 14723795. OLE color: 14723795.
HSL color Cylindrical-coordinate representation of color #D3AAE0: hue angle of 285.56º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3AAE0 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 170 | 224 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.12 |
| HSL | 285.56º | 0.47% | 0.77% | - |
| HSV(B) | 285.56º | 0.24% | 0.88% | - |
| XYZ | 54.69 | 47.98 | 76.9 | - |
| YUV | 188.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 224 | 0.06 | 0.24 | 0 | 0.12 | 285.56 | 0.47 | 0.77 |
| Hex | D3 | AA | E0 | 6 | 18 | 0 | C | 11E | 2F | 4D |
| Octal | 323 | 252 | 340 | 6 | 30 | 0 | 14 | 436 | 57 | 115 |
| Binary | 11010011 | 10101010 | 11100000 | 110 | 11000 | 0 | 1100 | 100011110 | 101111 | 1001101 |
Color Harmonies of #D3AAE0
Complementary color
Monochromatic Colors of #D3AAE0
Black with #D3AAE0
Text Example
Text Example
White with #D3AAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AAE0; }
p { color: rgb(211,170,224); }
H1.HeaderClassName
{
color: #D3AAE0;
}
.AnyTagClassName
{
color: #D3AAE0;
}
</style>
background-color css
<style>
a { background-color: #D3AAE0; }
a { background-color: rgb(211,170,224); }
div.DivClassName
{
background-color: #D3AAE0;
}
.BgClassName
{
background-color: #D3AAE0;
}
</style>
border-color css
<style>
span { border-color: #D3AAE0; }
span { border-color: rgb(211,170,224); }
td.TdClassName
{
border-color: #D3AAE0;
}
.TagClassName
{
border-color: #D3AAE0;
}
</style>