Shades of Wisteria #D1ACE2
Tints of Wisteria #D1ACE2
RGB
CMYK
RGB Variations
Color information
#D1ACE2 (or 0xD1ACE2) is known color: Wisteria. HEX triplet: D1, AC and E2. RGB value is (209,172,226). Sum of RGB (Red+Green+Blue) = 209+172+226=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #D1ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ACE2 is #2E531D. Grayscale: #BDBDBD. Windows color (decimal): -3035934 or 14855377. OLE color: 14855377.
HSL color Cylindrical-coordinate representation of color #D1ACE2: hue angle of 281.11º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1ACE2 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 172 | 226 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.11 |
| HSL | 281.11º | 0.48% | 0.78% | - |
| HSV(B) | 281.11º | 0.24% | 0.89% | - |
| XYZ | 54.77 | 48.55 | 78.44 | - |
| YUV | 189.22 | 148.76 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 172 | 226 | 0.08 | 0.24 | 0 | 0.11 | 281.11 | 0.48 | 0.78 |
| Hex | D1 | AC | E2 | 8 | 18 | 0 | B | 119 | 30 | 4E |
| Octal | 321 | 254 | 342 | 10 | 30 | 0 | 13 | 431 | 60 | 116 |
| Binary | 11010001 | 10101100 | 11100010 | 1000 | 11000 | 0 | 1011 | 100011001 | 110000 | 1001110 |
Color Harmonies of #D1ACE2
Complementary color
Monochromatic Colors of #D1ACE2
Black with #D1ACE2
Text Example
Text Example
White with #D1ACE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACE2; }
p { color: rgb(209,172,226); }
H1.HeaderClassName
{
color: #D1ACE2;
}
.AnyTagClassName
{
color: #D1ACE2;
}
</style>
background-color css
<style>
a { background-color: #D1ACE2; }
a { background-color: rgb(209,172,226); }
div.DivClassName
{
background-color: #D1ACE2;
}
.BgClassName
{
background-color: #D1ACE2;
}
</style>
border-color css
<style>
span { border-color: #D1ACE2; }
span { border-color: rgb(209,172,226); }
td.TdClassName
{
border-color: #D1ACE2;
}
.TagClassName
{
border-color: #D1ACE2;
}
</style>