Shades of Wisteria #D7ADE6
Tints of Wisteria #D7ADE6
RGB
CMYK
RGB Variations
Color information
#D7ADE6 (or 0xD7ADE6) is known color: Wisteria. HEX triplet: D7, AD and E6. RGB value is (215,173,230). Sum of RGB (Red+Green+Blue) = 215+173+230=618 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.79% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #D7ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7ADE6 is #285219. Grayscale: #BFBFBF. Windows color (decimal): -2642458 or 15117783. OLE color: 15117783.
HSL color Cylindrical-coordinate representation of color #D7ADE6: hue angle of 284.21º 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 #D7ADE6 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 173 | 230 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.10 |
| HSL | 284.21º | 0.53% | 0.79% | - |
| HSV(B) | 284.21º | 0.25% | 0.9% | - |
| XYZ | 57.25 | 50.05 | 81.51 | - |
| YUV | 192.06 | 149.41 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 230 | 0.07 | 0.25 | 0 | 0.10 | 284.21 | 0.53 | 0.79 |
| Hex | D7 | AD | E6 | 7 | 19 | 0 | A | 11C | 35 | 4F |
| Octal | 327 | 255 | 346 | 7 | 31 | 0 | 12 | 434 | 65 | 117 |
| Binary | 11010111 | 10101101 | 11100110 | 111 | 11001 | 0 | 1010 | 100011100 | 110101 | 1001111 |
Color Harmonies of #D7ADE6
Complementary color
Monochromatic Colors of #D7ADE6
Black with #D7ADE6
Text Example
Text Example
White with #D7ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADE6; }
p { color: rgb(215,173,230); }
H1.HeaderClassName
{
color: #D7ADE6;
}
.AnyTagClassName
{
color: #D7ADE6;
}
</style>
background-color css
<style>
a { background-color: #D7ADE6; }
a { background-color: rgb(215,173,230); }
div.DivClassName
{
background-color: #D7ADE6;
}
.BgClassName
{
background-color: #D7ADE6;
}
</style>
border-color css
<style>
span { border-color: #D7ADE6; }
span { border-color: rgb(215,173,230); }
td.TdClassName
{
border-color: #D7ADE6;
}
.TagClassName
{
border-color: #D7ADE6;
}
</style>