Shades of Wisteria #D8ACE9
Tints of Wisteria #D8ACE9
RGB
CMYK
RGB Variations
Color information
#D8ACE9 (or 0xD8ACE9) is known color: Wisteria. HEX triplet: D8, AC and E9. RGB value is (216,172,233). Sum of RGB (Red+Green+Blue) = 216+172+233=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #D8ACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACE9 is #275316. Grayscale: #BFBFBF. Windows color (decimal): -2577175 or 15314136. OLE color: 15314136.
HSL color Cylindrical-coordinate representation of color #D8ACE9: hue angle of 283.28º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8ACE9 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 172 | 233 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.09 |
| HSL | 283.28º | 0.58% | 0.79% | - |
| HSV(B) | 283.28º | 0.26% | 0.91% | - |
| XYZ | 57.78 | 49.99 | 83.69 | - |
| YUV | 192.11 | 151.08 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 233 | 0.07 | 0.26 | 0 | 0.09 | 283.28 | 0.58 | 0.79 |
| Hex | D8 | AC | E9 | 7 | 1A | 0 | 9 | 11B | 3A | 4F |
| Octal | 330 | 254 | 351 | 7 | 32 | 0 | 11 | 433 | 72 | 117 |
| Binary | 11011000 | 10101100 | 11101001 | 111 | 11010 | 0 | 1001 | 100011011 | 111010 | 1001111 |
Color Harmonies of #D8ACE9
Complementary color
Monochromatic Colors of #D8ACE9
Black with #D8ACE9
Text Example
Text Example
White with #D8ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACE9; }
p { color: rgb(216,172,233); }
H1.HeaderClassName
{
color: #D8ACE9;
}
.AnyTagClassName
{
color: #D8ACE9;
}
</style>
background-color css
<style>
a { background-color: #D8ACE9; }
a { background-color: rgb(216,172,233); }
div.DivClassName
{
background-color: #D8ACE9;
}
.BgClassName
{
background-color: #D8ACE9;
}
</style>
border-color css
<style>
span { border-color: #D8ACE9; }
span { border-color: rgb(216,172,233); }
td.TdClassName
{
border-color: #D8ACE9;
}
.TagClassName
{
border-color: #D8ACE9;
}
</style>