Shades of Wisteria #D3ADE4
Tints of Wisteria #D3ADE4
RGB
CMYK
RGB Variations
Color information
#D3ADE4 (or 0xD3ADE4) is known color: Wisteria. HEX triplet: D3, AD and E4. RGB value is (211,173,228). Sum of RGB (Red+Green+Blue) = 211+173+228=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #D3ADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADE4 is #2C521B. Grayscale: #BEBEBE. Windows color (decimal): -2904604 or 14986707. OLE color: 14986707.
HSL color Cylindrical-coordinate representation of color #D3ADE4: hue angle of 281.45º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3ADE4 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 173 | 228 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.11 |
| HSL | 281.45º | 0.5% | 0.79% | - |
| HSV(B) | 281.45º | 0.24% | 0.89% | - |
| XYZ | 55.81 | 49.34 | 79.98 | - |
| YUV | 190.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 228 | 0.07 | 0.24 | 0 | 0.11 | 281.45 | 0.5 | 0.79 |
| Hex | D3 | AD | E4 | 7 | 18 | 0 | B | 119 | 32 | 4F |
| Octal | 323 | 255 | 344 | 7 | 30 | 0 | 13 | 431 | 62 | 117 |
| Binary | 11010011 | 10101101 | 11100100 | 111 | 11000 | 0 | 1011 | 100011001 | 110010 | 1001111 |
Color Harmonies of #D3ADE4
Complementary color
Monochromatic Colors of #D3ADE4
Black with #D3ADE4
Text Example
Text Example
White with #D3ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADE4; }
p { color: rgb(211,173,228); }
H1.HeaderClassName
{
color: #D3ADE4;
}
.AnyTagClassName
{
color: #D3ADE4;
}
</style>
background-color css
<style>
a { background-color: #D3ADE4; }
a { background-color: rgb(211,173,228); }
div.DivClassName
{
background-color: #D3ADE4;
}
.BgClassName
{
background-color: #D3ADE4;
}
</style>
border-color css
<style>
span { border-color: #D3ADE4; }
span { border-color: rgb(211,173,228); }
td.TdClassName
{
border-color: #D3ADE4;
}
.TagClassName
{
border-color: #D3ADE4;
}
</style>