Shades of Wisteria #D3ADE6
Tints of Wisteria #D3ADE6
RGB
CMYK
RGB Variations
Color information
#D3ADE6 (or 0xD3ADE6) is known color: Wisteria. HEX triplet: D3, AD and E6. RGB value is (211,173,230). Sum of RGB (Red+Green+Blue) = 211+173+230=614 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.36% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3ADE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ADE6 is #2C5219. Grayscale: #BEBEBE. Windows color (decimal): -2904602 or 15117779. OLE color: 15117779.
HSL color Cylindrical-coordinate representation of color #D3ADE6: hue angle of 280º 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 #D3ADE6 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 173 | 230 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.10 |
| HSL | 280º | 0.53% | 0.79% | - |
| HSV(B) | 280º | 0.25% | 0.9% | - |
| XYZ | 56.09 | 49.45 | 81.45 | - |
| YUV | 190.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 230 | 0.08 | 0.25 | 0 | 0.10 | 280 | 0.53 | 0.79 |
| Hex | D3 | AD | E6 | 8 | 19 | 0 | A | 118 | 35 | 4F |
| Octal | 323 | 255 | 346 | 10 | 31 | 0 | 12 | 430 | 65 | 117 |
| Binary | 11010011 | 10101101 | 11100110 | 1000 | 11001 | 0 | 1010 | 100011000 | 110101 | 1001111 |
Color Harmonies of #D3ADE6
Complementary color
Monochromatic Colors of #D3ADE6
Black with #D3ADE6
Text Example
Text Example
White with #D3ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADE6; }
p { color: rgb(211,173,230); }
H1.HeaderClassName
{
color: #D3ADE6;
}
.AnyTagClassName
{
color: #D3ADE6;
}
</style>
background-color css
<style>
a { background-color: #D3ADE6; }
a { background-color: rgb(211,173,230); }
div.DivClassName
{
background-color: #D3ADE6;
}
.BgClassName
{
background-color: #D3ADE6;
}
</style>
border-color css
<style>
span { border-color: #D3ADE6; }
span { border-color: rgb(211,173,230); }
td.TdClassName
{
border-color: #D3ADE6;
}
.TagClassName
{
border-color: #D3ADE6;
}
</style>