Shades of Wisteria #D5ADE6
Tints of Wisteria #D5ADE6
RGB
CMYK
RGB Variations
Color information
#D5ADE6 (or 0xD5ADE6) is known color: Wisteria. HEX triplet: D5, AD and E6. RGB value is (213,173,230). Sum of RGB (Red+Green+Blue) = 213+173+230=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 230 (90.23% from 255 or 37.34% from 616); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADE6 is #2A5219. Grayscale: #BFBFBF. Windows color (decimal): -2773530 or 15117781. OLE color: 15117781.
HSL color Cylindrical-coordinate representation of color #D5ADE6: hue angle of 282.11º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5ADE6 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 173 | 230 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.10 |
| HSL | 282.11º | 0.53% | 0.79% | - |
| HSV(B) | 282.11º | 0.25% | 0.9% | - |
| XYZ | 56.67 | 49.75 | 81.48 | - |
| YUV | 191.46 | 149.75 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 230 | 0.07 | 0.25 | 0 | 0.10 | 282.11 | 0.53 | 0.79 |
| Hex | D5 | AD | E6 | 7 | 19 | 0 | A | 11A | 35 | 4F |
| Octal | 325 | 255 | 346 | 7 | 31 | 0 | 12 | 432 | 65 | 117 |
| Binary | 11010101 | 10101101 | 11100110 | 111 | 11001 | 0 | 1010 | 100011010 | 110101 | 1001111 |
Color Harmonies of #D5ADE6
Complementary color
Monochromatic Colors of #D5ADE6
Black with #D5ADE6
Text Example
Text Example
White with #D5ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ADE6; }
p { color: rgb(213,173,230); }
H1.HeaderClassName
{
color: #D5ADE6;
}
.AnyTagClassName
{
color: #D5ADE6;
}
</style>
background-color css
<style>
a { background-color: #D5ADE6; }
a { background-color: rgb(213,173,230); }
div.DivClassName
{
background-color: #D5ADE6;
}
.BgClassName
{
background-color: #D5ADE6;
}
</style>
border-color css
<style>
span { border-color: #D5ADE6; }
span { border-color: rgb(213,173,230); }
td.TdClassName
{
border-color: #D5ADE6;
}
.TagClassName
{
border-color: #D5ADE6;
}
</style>