Shades of Wisteria #D5AAEC
Tints of Wisteria #D5AAEC
RGB
CMYK
RGB Variations
Color information
#D5AAEC (or 0xD5AAEC) is known color: Wisteria. HEX triplet: D5, AA and EC. RGB value is (213,170,236). Sum of RGB (Red+Green+Blue) = 213+170+236=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AAEC is #2A5513. Grayscale: #BEBEBE. Windows color (decimal): -2774292 or 15510229. OLE color: 15510229.
HSL color Cylindrical-coordinate representation of color #D5AAEC: hue angle of 279.09º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5AAEC is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 170 | 236 | - |
| CMYK | 0.10 | 0.28 | 0 | 0.07 |
| HSL | 279.09º | 0.63% | 0.8% | - |
| HSV(B) | 279.09º | 0.28% | 0.93% | - |
| XYZ | 56.96 | 48.95 | 85.8 | - |
| YUV | 190.38 | 153.75 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 170 | 236 | 0.10 | 0.28 | 0 | 0.07 | 279.09 | 0.63 | 0.8 |
| Hex | D5 | AA | EC | A | 1C | 0 | 7 | 117 | 3F | 50 |
| Octal | 325 | 252 | 354 | 12 | 34 | 0 | 7 | 427 | 77 | 120 |
| Binary | 11010101 | 10101010 | 11101100 | 1010 | 11100 | 0 | 111 | 100010111 | 111111 | 1010000 |
Color Harmonies of #D5AAEC
Complementary color
Monochromatic Colors of #D5AAEC
Black with #D5AAEC
Text Example
Text Example
White with #D5AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AAEC; }
p { color: rgb(213,170,236); }
H1.HeaderClassName
{
color: #D5AAEC;
}
.AnyTagClassName
{
color: #D5AAEC;
}
</style>
background-color css
<style>
a { background-color: #D5AAEC; }
a { background-color: rgb(213,170,236); }
div.DivClassName
{
background-color: #D5AAEC;
}
.BgClassName
{
background-color: #D5AAEC;
}
</style>
border-color css
<style>
span { border-color: #D5AAEC; }
span { border-color: rgb(213,170,236); }
td.TdClassName
{
border-color: #D5AAEC;
}
.TagClassName
{
border-color: #D5AAEC;
}
</style>