Shades of Wisteria #D1ACE8
Tints of Wisteria #D1ACE8
RGB
CMYK
RGB Variations
Color information
#D1ACE8 (or 0xD1ACE8) is known color: Wisteria. HEX triplet: D1, AC and E8. RGB value is (209,172,232). Sum of RGB (Red+Green+Blue) = 209+172+232=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 232 (91.02% from 255 or 37.85% from 613); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1ACE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACE8 is #2E5317. Grayscale: #BDBDBD. Windows color (decimal): -3035928 or 15248593. OLE color: 15248593.
HSL color Cylindrical-coordinate representation of color #D1ACE8: hue angle of 277º 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 #D1ACE8 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 172 | 232 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.09 |
| HSL | 277º | 0.57% | 0.79% | - |
| HSV(B) | 277º | 0.26% | 0.91% | - |
| XYZ | 55.61 | 48.89 | 82.85 | - |
| YUV | 189.9 | 151.76 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 232 | 0.10 | 0.26 | 0 | 0.09 | 277 | 0.57 | 0.79 |
| Hex | D1 | AC | E8 | A | 1A | 0 | 9 | 115 | 39 | 4F |
| Octal | 321 | 254 | 350 | 12 | 32 | 0 | 11 | 425 | 71 | 117 |
| Binary | 11010001 | 10101100 | 11101000 | 1010 | 11010 | 0 | 1001 | 100010101 | 111001 | 1001111 |
Color Harmonies of #D1ACE8
Complementary color
Monochromatic Colors of #D1ACE8
Black with #D1ACE8
Text Example
Text Example
White with #D1ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACE8; }
p { color: rgb(209,172,232); }
H1.HeaderClassName
{
color: #D1ACE8;
}
.AnyTagClassName
{
color: #D1ACE8;
}
</style>
background-color css
<style>
a { background-color: #D1ACE8; }
a { background-color: rgb(209,172,232); }
div.DivClassName
{
background-color: #D1ACE8;
}
.BgClassName
{
background-color: #D1ACE8;
}
</style>
border-color css
<style>
span { border-color: #D1ACE8; }
span { border-color: rgb(209,172,232); }
td.TdClassName
{
border-color: #D1ACE8;
}
.TagClassName
{
border-color: #D1ACE8;
}
</style>