Shades of Wisteria #D3ACE1
Tints of Wisteria #D3ACE1
RGB
CMYK
RGB Variations
Color information
#D3ACE1 (or 0xD3ACE1) is known color: Wisteria. HEX triplet: D3, AC and E1. RGB value is (211,172,225). Sum of RGB (Red+Green+Blue) = 211+172+225=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #D3ACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACE1 is #2C531E. Grayscale: #BDBDBD. Windows color (decimal): -2904863 or 14789843. OLE color: 14789843.
HSL color Cylindrical-coordinate representation of color #D3ACE1: hue angle of 284.15º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3ACE1 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 172 | 225 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.12 |
| HSL | 284.15º | 0.47% | 0.78% | - |
| HSV(B) | 284.15º | 0.24% | 0.88% | - |
| XYZ | 55.21 | 48.79 | 77.74 | - |
| YUV | 189.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 225 | 0.06 | 0.24 | 0 | 0.12 | 284.15 | 0.47 | 0.78 |
| Hex | D3 | AC | E1 | 6 | 18 | 0 | C | 11C | 2F | 4E |
| Octal | 323 | 254 | 341 | 6 | 30 | 0 | 14 | 434 | 57 | 116 |
| Binary | 11010011 | 10101100 | 11100001 | 110 | 11000 | 0 | 1100 | 100011100 | 101111 | 1001110 |
Color Harmonies of #D3ACE1
Complementary color
Monochromatic Colors of #D3ACE1
Black with #D3ACE1
Text Example
Text Example
White with #D3ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACE1; }
p { color: rgb(211,172,225); }
H1.HeaderClassName
{
color: #D3ACE1;
}
.AnyTagClassName
{
color: #D3ACE1;
}
</style>
background-color css
<style>
a { background-color: #D3ACE1; }
a { background-color: rgb(211,172,225); }
div.DivClassName
{
background-color: #D3ACE1;
}
.BgClassName
{
background-color: #D3ACE1;
}
</style>
border-color css
<style>
span { border-color: #D3ACE1; }
span { border-color: rgb(211,172,225); }
td.TdClassName
{
border-color: #D3ACE1;
}
.TagClassName
{
border-color: #D3ACE1;
}
</style>