Shades of Wisteria #D1ACE0
Tints of Wisteria #D1ACE0
RGB
CMYK
RGB Variations
Color information
#D1ACE0 (or 0xD1ACE0) is known color: Wisteria. HEX triplet: D1, AC and E0. RGB value is (209,172,224). Sum of RGB (Red+Green+Blue) = 209+172+224=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #D1ACE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACE0 is #2E531F. Grayscale: #BCBCBC. Windows color (decimal): -3035936 or 14724305. OLE color: 14724305.
HSL color Cylindrical-coordinate representation of color #D1ACE0: hue angle of 282.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1ACE0 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 172 | 224 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.12 |
| HSL | 282.69º | 0.46% | 0.78% | - |
| HSV(B) | 282.69º | 0.23% | 0.88% | - |
| XYZ | 54.5 | 48.44 | 77 | - |
| YUV | 188.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 224 | 0.07 | 0.23 | 0 | 0.12 | 282.69 | 0.46 | 0.78 |
| Hex | D1 | AC | E0 | 7 | 17 | 0 | C | 11B | 2E | 4E |
| Octal | 321 | 254 | 340 | 7 | 27 | 0 | 14 | 433 | 56 | 116 |
| Binary | 11010001 | 10101100 | 11100000 | 111 | 10111 | 0 | 1100 | 100011011 | 101110 | 1001110 |
Color Harmonies of #D1ACE0
Complementary color
Monochromatic Colors of #D1ACE0
Black with #D1ACE0
Text Example
Text Example
White with #D1ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACE0; }
p { color: rgb(209,172,224); }
H1.HeaderClassName
{
color: #D1ACE0;
}
.AnyTagClassName
{
color: #D1ACE0;
}
</style>
background-color css
<style>
a { background-color: #D1ACE0; }
a { background-color: rgb(209,172,224); }
div.DivClassName
{
background-color: #D1ACE0;
}
.BgClassName
{
background-color: #D1ACE0;
}
</style>
border-color css
<style>
span { border-color: #D1ACE0; }
span { border-color: rgb(209,172,224); }
td.TdClassName
{
border-color: #D1ACE0;
}
.TagClassName
{
border-color: #D1ACE0;
}
</style>