Shades of Wisteria #D9AFE7
Tints of Wisteria #D9AFE7
RGB
CMYK
RGB Variations
Color information
#D9AFE7 (or 0xD9AFE7) is known color: Wisteria. HEX triplet: D9, AF and E7. RGB value is (217,175,231). Sum of RGB (Red+Green+Blue) = 217+175+231=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AFE7 is #265018. Grayscale: #C1C1C1. Windows color (decimal): -2510873 or 15183833. OLE color: 15183833.
HSL color Cylindrical-coordinate representation of color #D9AFE7: hue angle of 285º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9AFE7 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 175 | 231 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.09 |
| HSL | 285º | 0.54% | 0.8% | - |
| HSV(B) | 285º | 0.24% | 0.91% | - |
| XYZ | 58.37 | 51.18 | 82.4 | - |
| YUV | 193.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 231 | 0.06 | 0.24 | 0 | 0.09 | 285 | 0.54 | 0.8 |
| Hex | D9 | AF | E7 | 6 | 18 | 0 | 9 | 11D | 36 | 50 |
| Octal | 331 | 257 | 347 | 6 | 30 | 0 | 11 | 435 | 66 | 120 |
| Binary | 11011001 | 10101111 | 11100111 | 110 | 11000 | 0 | 1001 | 100011101 | 110110 | 1010000 |
Color Harmonies of #D9AFE7
Complementary color
Monochromatic Colors of #D9AFE7
Black with #D9AFE7
Text Example
Text Example
White with #D9AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFE7; }
p { color: rgb(217,175,231); }
H1.HeaderClassName
{
color: #D9AFE7;
}
.AnyTagClassName
{
color: #D9AFE7;
}
</style>
background-color css
<style>
a { background-color: #D9AFE7; }
a { background-color: rgb(217,175,231); }
div.DivClassName
{
background-color: #D9AFE7;
}
.BgClassName
{
background-color: #D9AFE7;
}
</style>
border-color css
<style>
span { border-color: #D9AFE7; }
span { border-color: rgb(217,175,231); }
td.TdClassName
{
border-color: #D9AFE7;
}
.TagClassName
{
border-color: #D9AFE7;
}
</style>