Shades of Wisteria #D3ACE5
Tints of Wisteria #D3ACE5
RGB
CMYK
RGB Variations
Color information
#D3ACE5 (or 0xD3ACE5) is known color: Wisteria. HEX triplet: D3, AC and E5. RGB value is (211,172,229). Sum of RGB (Red+Green+Blue) = 211+172+229=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #D3ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ACE5 is #2C531A. Grayscale: #BDBDBD. Windows color (decimal): -2904859 or 15051987. OLE color: 15051987.
HSL color Cylindrical-coordinate representation of color #D3ACE5: hue angle of 281.05º degrees, saturation: 0.52, 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 #D3ACE5 is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 172 | 229 | - |
| CMYK | 0.08 | 0.25 | 0 | 0.10 |
| HSL | 281.05º | 0.52% | 0.79% | - |
| HSV(B) | 281.05º | 0.25% | 0.9% | - |
| XYZ | 55.76 | 49.01 | 80.65 | - |
| YUV | 190.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 172 | 229 | 0.08 | 0.25 | 0 | 0.10 | 281.05 | 0.52 | 0.79 |
| Hex | D3 | AC | E5 | 8 | 19 | 0 | A | 119 | 34 | 4F |
| Octal | 323 | 254 | 345 | 10 | 31 | 0 | 12 | 431 | 64 | 117 |
| Binary | 11010011 | 10101100 | 11100101 | 1000 | 11001 | 0 | 1010 | 100011001 | 110100 | 1001111 |
Color Harmonies of #D3ACE5
Complementary color
Monochromatic Colors of #D3ACE5
Black with #D3ACE5
Text Example
Text Example
White with #D3ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ACE5; }
p { color: rgb(211,172,229); }
H1.HeaderClassName
{
color: #D3ACE5;
}
.AnyTagClassName
{
color: #D3ACE5;
}
</style>
background-color css
<style>
a { background-color: #D3ACE5; }
a { background-color: rgb(211,172,229); }
div.DivClassName
{
background-color: #D3ACE5;
}
.BgClassName
{
background-color: #D3ACE5;
}
</style>
border-color css
<style>
span { border-color: #D3ACE5; }
span { border-color: rgb(211,172,229); }
td.TdClassName
{
border-color: #D3ACE5;
}
.TagClassName
{
border-color: #D3ACE5;
}
</style>