Shades of Wisteria #D3ADE1
Tints of Wisteria #D3ADE1
RGB
CMYK
RGB Variations
Color information
#D3ADE1 (or 0xD3ADE1) is known color: Wisteria. HEX triplet: D3, AD and E1. RGB value is (211,173,225). Sum of RGB (Red+Green+Blue) = 211+173+225=609 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.65% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 225 (88.28% from 255 or 36.95% from 609); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADE1 is #2C521E. Grayscale: #BEBEBE. Windows color (decimal): -2904607 or 14790099. OLE color: 14790099.
HSL color Cylindrical-coordinate representation of color #D3ADE1: hue angle of 283.85º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D3ADE1 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 173 | 225 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.12 |
| HSL | 283.85º | 0.46% | 0.78% | - |
| HSV(B) | 283.85º | 0.23% | 0.88% | - |
| XYZ | 55.4 | 49.17 | 77.81 | - |
| YUV | 190.29 | 147.59 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 225 | 0.06 | 0.23 | 0 | 0.12 | 283.85 | 0.46 | 0.78 |
| Hex | D3 | AD | E1 | 6 | 17 | 0 | C | 11C | 2E | 4E |
| Octal | 323 | 255 | 341 | 6 | 27 | 0 | 14 | 434 | 56 | 116 |
| Binary | 11010011 | 10101101 | 11100001 | 110 | 10111 | 0 | 1100 | 100011100 | 101110 | 1001110 |
Color Harmonies of #D3ADE1
Complementary color
Monochromatic Colors of #D3ADE1
Black with #D3ADE1
Text Example
Text Example
White with #D3ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADE1; }
p { color: rgb(211,173,225); }
H1.HeaderClassName
{
color: #D3ADE1;
}
.AnyTagClassName
{
color: #D3ADE1;
}
</style>
background-color css
<style>
a { background-color: #D3ADE1; }
a { background-color: rgb(211,173,225); }
div.DivClassName
{
background-color: #D3ADE1;
}
.BgClassName
{
background-color: #D3ADE1;
}
</style>
border-color css
<style>
span { border-color: #D3ADE1; }
span { border-color: rgb(211,173,225); }
td.TdClassName
{
border-color: #D3ADE1;
}
.TagClassName
{
border-color: #D3ADE1;
}
</style>