Shades of Wisteria #D9ADE7
Tints of Wisteria #D9ADE7
RGB
CMYK
RGB Variations
Color information
#D9ADE7 (or 0xD9ADE7) is known color: Wisteria. HEX triplet: D9, AD and E7. RGB value is (217,173,231). Sum of RGB (Red+Green+Blue) = 217+173+231=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 231 (90.62% from 255 or 37.20% from 621); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9ADE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADE7 is #265218. Grayscale: #C0C0C0. Windows color (decimal): -2511385 or 15183321. OLE color: 15183321.
HSL color Cylindrical-coordinate representation of color #D9ADE7: hue angle of 285.52º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D9ADE7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 173 | 231 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.09 |
| HSL | 285.52º | 0.55% | 0.79% | - |
| HSV(B) | 285.52º | 0.25% | 0.91% | - |
| XYZ | 57.98 | 50.41 | 82.28 | - |
| YUV | 192.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 173 | 231 | 0.06 | 0.25 | 0 | 0.09 | 285.52 | 0.55 | 0.79 |
| Hex | D9 | AD | E7 | 6 | 19 | 0 | 9 | 11E | 37 | 4F |
| Octal | 331 | 255 | 347 | 6 | 31 | 0 | 11 | 436 | 67 | 117 |
| Binary | 11011001 | 10101101 | 11100111 | 110 | 11001 | 0 | 1001 | 100011110 | 110111 | 1001111 |
Color Harmonies of #D9ADE7
Complementary color
Monochromatic Colors of #D9ADE7
Black with #D9ADE7
Text Example
Text Example
White with #D9ADE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ADE7; }
p { color: rgb(217,173,231); }
H1.HeaderClassName
{
color: #D9ADE7;
}
.AnyTagClassName
{
color: #D9ADE7;
}
</style>
background-color css
<style>
a { background-color: #D9ADE7; }
a { background-color: rgb(217,173,231); }
div.DivClassName
{
background-color: #D9ADE7;
}
.BgClassName
{
background-color: #D9ADE7;
}
</style>
border-color css
<style>
span { border-color: #D9ADE7; }
span { border-color: rgb(217,173,231); }
td.TdClassName
{
border-color: #D9ADE7;
}
.TagClassName
{
border-color: #D9ADE7;
}
</style>