Shades of Wisteria #D8ACE8
Tints of Wisteria #D8ACE8
RGB
CMYK
RGB Variations
Color information
#D8ACE8 (or 0xD8ACE8) is known color: Wisteria. HEX triplet: D8, AC and E8. RGB value is (216,172,232). Sum of RGB (Red+Green+Blue) = 216+172+232=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 172 (67.58% from 255 or 27.74% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #D8ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ACE8 is #275317. Grayscale: #BFBFBF. Windows color (decimal): -2577176 or 15248600. OLE color: 15248600.
HSL color Cylindrical-coordinate representation of color #D8ACE8: hue angle of 284º degrees, saturation: 0.57, 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 #D8ACE8 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 172 | 232 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.09 |
| HSL | 284º | 0.57% | 0.79% | - |
| HSV(B) | 284º | 0.26% | 0.91% | - |
| XYZ | 57.64 | 49.93 | 82.94 | - |
| YUV | 192 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 172 | 232 | 0.07 | 0.26 | 0 | 0.09 | 284 | 0.57 | 0.79 |
| Hex | D8 | AC | E8 | 7 | 1A | 0 | 9 | 11C | 39 | 4F |
| Octal | 330 | 254 | 350 | 7 | 32 | 0 | 11 | 434 | 71 | 117 |
| Binary | 11011000 | 10101100 | 11101000 | 111 | 11010 | 0 | 1001 | 100011100 | 111001 | 1001111 |
Color Harmonies of #D8ACE8
Complementary color
Monochromatic Colors of #D8ACE8
Black with #D8ACE8
Text Example
Text Example
White with #D8ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8ACE8; }
p { color: rgb(216,172,232); }
H1.HeaderClassName
{
color: #D8ACE8;
}
.AnyTagClassName
{
color: #D8ACE8;
}
</style>
background-color css
<style>
a { background-color: #D8ACE8; }
a { background-color: rgb(216,172,232); }
div.DivClassName
{
background-color: #D8ACE8;
}
.BgClassName
{
background-color: #D8ACE8;
}
</style>
border-color css
<style>
span { border-color: #D8ACE8; }
span { border-color: rgb(216,172,232); }
td.TdClassName
{
border-color: #D8ACE8;
}
.TagClassName
{
border-color: #D8ACE8;
}
</style>