Shades of Wisteria #D1ACEA
Tints of Wisteria #D1ACEA
RGB
CMYK
RGB Variations
Color information
#D1ACEA (or 0xD1ACEA) is known color: Wisteria. HEX triplet: D1, AC and EA. RGB value is (209,172,234). Sum of RGB (Red+Green+Blue) = 209+172+234=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #D1ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ACEA is #2E5315. Grayscale: #BDBDBD. Windows color (decimal): -3035926 or 15379665. OLE color: 15379665.
HSL color Cylindrical-coordinate representation of color #D1ACEA: hue angle of 275.81º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1ACEA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 209 | 172 | 234 | - |
CMYK | 0.11 | 0.26 | 0 | 0.08 |
HSL | 275.81º | 0.6% | 0.8% | - |
HSV(B) | 275.81º | 0.26% | 0.92% | - |
XYZ | 55.9 | 49 | 84.35 | - |
YUV | 190.13 | 152.76 | 141.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 172 | 234 | 0.11 | 0.26 | 0 | 0.08 | 275.81 | 0.6 | 0.8 |
Hex | D1 | AC | EA | B | 1A | 0 | 8 | 114 | 3C | 50 |
Octal | 321 | 254 | 352 | 13 | 32 | 0 | 10 | 424 | 74 | 120 |
Binary | 11010001 | 10101100 | 11101010 | 1011 | 11010 | 0 | 1000 | 100010100 | 111100 | 1010000 |
Color Harmonies of #D1ACEA
Complementary color
Monochromatic Colors of #D1ACEA
Black with #D1ACEA
Text Example
Text Example
White with #D1ACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ACEA; }
p { color: rgb(209,172,234); }
H1.HeaderClassName
{
color: #D1ACEA;
}
.AnyTagClassName
{
color: #D1ACEA;
}
</style>
background-color css
<style>
a { background-color: #D1ACEA; }
a { background-color: rgb(209,172,234); }
div.DivClassName
{
background-color: #D1ACEA;
}
.BgClassName
{
background-color: #D1ACEA;
}
</style>
border-color css
<style>
span { border-color: #D1ACEA; }
span { border-color: rgb(209,172,234); }
td.TdClassName
{
border-color: #D1ACEA;
}
.TagClassName
{
border-color: #D1ACEA;
}
</style>