Shades of Wisteria #D8ACE5
Tints of Wisteria #D8ACE5
RGB
CMYK
RGB Variations
Color information
#D8ACE5 (or 0xD8ACE5) is known color: Wisteria. HEX triplet: D8, AC and E5. RGB value is (216,172,229). Sum of RGB (Red+Green+Blue) = 216+172+229=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8ACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACE5 is #27531A. Grayscale: #BFBFBF. Windows color (decimal): -2577179 or 15051992. OLE color: 15051992.
HSL color Cylindrical-coordinate representation of color #D8ACE5: hue angle of 286.32º 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 #D8ACE5 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 216 | 172 | 229 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.10 |
| HSL | 286.32º | 0.52% | 0.79% | - |
| HSV(B) | 286.32º | 0.25% | 0.9% | - |
| XYZ | 57.21 | 49.76 | 80.72 | - |
| YUV | 191.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 229 | 0.06 | 0.25 | 0 | 0.10 | 286.32 | 0.52 | 0.79 |
| Hex | D8 | AC | E5 | 6 | 19 | 0 | A | 11E | 34 | 4F |
| Octal | 330 | 254 | 345 | 6 | 31 | 0 | 12 | 436 | 64 | 117 |
| Binary | 11011000 | 10101100 | 11100101 | 110 | 11001 | 0 | 1010 | 100011110 | 110100 | 1001111 |
Color Harmonies of #D8ACE5
Complementary color
Monochromatic Colors of #D8ACE5
Black with #D8ACE5
Text Example
Text Example
White with #D8ACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACE5; }
p { color: rgb(216,172,229); }
H1.HeaderClassName
{
color: #D8ACE5;
}
.AnyTagClassName
{
color: #D8ACE5;
}
</style>
background-color css
<style>
a { background-color: #D8ACE5; }
a { background-color: rgb(216,172,229); }
div.DivClassName
{
background-color: #D8ACE5;
}
.BgClassName
{
background-color: #D8ACE5;
}
</style>
border-color css
<style>
span { border-color: #D8ACE5; }
span { border-color: rgb(216,172,229); }
td.TdClassName
{
border-color: #D8ACE5;
}
.TagClassName
{
border-color: #D8ACE5;
}
</style>