Shades of Wisteria #D3ACE6
Tints of Wisteria #D3ACE6
RGB
CMYK
RGB Variations
Color information
#D3ACE6 (or 0xD3ACE6) is known color: Wisteria. HEX triplet: D3, AC and E6. RGB value is (211,172,230). Sum of RGB (Red+Green+Blue) = 211+172+230=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3ACE6 is #2C5319. Grayscale: #BEBEBE. Windows color (decimal): -2904858 or 15117523. OLE color: 15117523.
HSL color Cylindrical-coordinate representation of color #D3ACE6: hue angle of 280.34º degrees, saturation: 0.54, 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 #D3ACE6 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 172 | 230 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.10 |
| HSL | 280.34º | 0.54% | 0.79% | - |
| HSV(B) | 280.34º | 0.25% | 0.9% | - |
| XYZ | 55.9 | 49.07 | 81.39 | - |
| YUV | 190.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 230 | 0.08 | 0.25 | 0 | 0.10 | 280.34 | 0.54 | 0.79 |
| Hex | D3 | AC | E6 | 8 | 19 | 0 | A | 118 | 36 | 4F |
| Octal | 323 | 254 | 346 | 10 | 31 | 0 | 12 | 430 | 66 | 117 |
| Binary | 11010011 | 10101100 | 11100110 | 1000 | 11001 | 0 | 1010 | 100011000 | 110110 | 1001111 |
Color Harmonies of #D3ACE6
Complementary color
Monochromatic Colors of #D3ACE6
Black with #D3ACE6
Text Example
Text Example
White with #D3ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACE6; }
p { color: rgb(211,172,230); }
H1.HeaderClassName
{
color: #D3ACE6;
}
.AnyTagClassName
{
color: #D3ACE6;
}
</style>
background-color css
<style>
a { background-color: #D3ACE6; }
a { background-color: rgb(211,172,230); }
div.DivClassName
{
background-color: #D3ACE6;
}
.BgClassName
{
background-color: #D3ACE6;
}
</style>
border-color css
<style>
span { border-color: #D3ACE6; }
span { border-color: rgb(211,172,230); }
td.TdClassName
{
border-color: #D3ACE6;
}
.TagClassName
{
border-color: #D3ACE6;
}
</style>