Shades of Wisteria #D5ACE6
Tints of Wisteria #D5ACE6
RGB
CMYK
RGB Variations
Color information
#D5ACE6 (or 0xD5ACE6) is known color: Wisteria. HEX triplet: D5, AC and E6. RGB value is (213,172,230). Sum of RGB (Red+Green+Blue) = 213+172+230=615 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.63% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #D5ACE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ACE6 is #2A5319. Grayscale: #BEBEBE. Windows color (decimal): -2773786 or 15117525. OLE color: 15117525.
HSL color Cylindrical-coordinate representation of color #D5ACE6: hue angle of 282.41º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5ACE6 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 213 | 172 | 230 | - |
CMYK | 0.07 | 0.25 | 0 | 0.10 |
HSL | 282.41º | 0.54% | 0.79% | - |
HSV(B) | 282.41º | 0.25% | 0.9% | - |
XYZ | 56.48 | 49.36 | 81.41 | - |
YUV | 190.87 | 150.08 | 143.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 172 | 230 | 0.07 | 0.25 | 0 | 0.10 | 282.41 | 0.54 | 0.79 |
Hex | D5 | AC | E6 | 7 | 19 | 0 | A | 11A | 36 | 4F |
Octal | 325 | 254 | 346 | 7 | 31 | 0 | 12 | 432 | 66 | 117 |
Binary | 11010101 | 10101100 | 11100110 | 111 | 11001 | 0 | 1010 | 100011010 | 110110 | 1001111 |
Color Harmonies of #D5ACE6
Complementary color
Monochromatic Colors of #D5ACE6
Black with #D5ACE6
Text Example
Text Example
White with #D5ACE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5ACE6; }
p { color: rgb(213,172,230); }
H1.HeaderClassName
{
color: #D5ACE6;
}
.AnyTagClassName
{
color: #D5ACE6;
}
</style>
background-color css
<style>
a { background-color: #D5ACE6; }
a { background-color: rgb(213,172,230); }
div.DivClassName
{
background-color: #D5ACE6;
}
.BgClassName
{
background-color: #D5ACE6;
}
</style>
border-color css
<style>
span { border-color: #D5ACE6; }
span { border-color: rgb(213,172,230); }
td.TdClassName
{
border-color: #D5ACE6;
}
.TagClassName
{
border-color: #D5ACE6;
}
</style>