Shades of Wisteria #D3ACE0
Tints of Wisteria #D3ACE0
RGB
CMYK
RGB Variations
Color information
#D3ACE0 (or 0xD3ACE0) is known color: Wisteria. HEX triplet: D3, AC and E0. RGB value is (211,172,224). Sum of RGB (Red+Green+Blue) = 211+172+224=607 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.76% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #D3ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACE0 is #2C531F. Grayscale: #BDBDBD. Windows color (decimal): -2904864 or 14724307. OLE color: 14724307.
HSL color Cylindrical-coordinate representation of color #D3ACE0: hue angle of 285º 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 #D3ACE0 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 172 | 224 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.12 |
| HSL | 285º | 0.46% | 0.78% | - |
| HSV(B) | 285º | 0.23% | 0.88% | - |
| XYZ | 55.07 | 48.74 | 77.03 | - |
| YUV | 189.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 224 | 0.06 | 0.23 | 0 | 0.12 | 285 | 0.46 | 0.78 |
| Hex | D3 | AC | E0 | 6 | 17 | 0 | C | 11D | 2E | 4E |
| Octal | 323 | 254 | 340 | 6 | 27 | 0 | 14 | 435 | 56 | 116 |
| Binary | 11010011 | 10101100 | 11100000 | 110 | 10111 | 0 | 1100 | 100011101 | 101110 | 1001110 |
Color Harmonies of #D3ACE0
Complementary color
Monochromatic Colors of #D3ACE0
Black with #D3ACE0
Text Example
Text Example
White with #D3ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACE0; }
p { color: rgb(211,172,224); }
H1.HeaderClassName
{
color: #D3ACE0;
}
.AnyTagClassName
{
color: #D3ACE0;
}
</style>
background-color css
<style>
a { background-color: #D3ACE0; }
a { background-color: rgb(211,172,224); }
div.DivClassName
{
background-color: #D3ACE0;
}
.BgClassName
{
background-color: #D3ACE0;
}
</style>
border-color css
<style>
span { border-color: #D3ACE0; }
span { border-color: rgb(211,172,224); }
td.TdClassName
{
border-color: #D3ACE0;
}
.TagClassName
{
border-color: #D3ACE0;
}
</style>