Shades of Wisteria #D8AAEB
Tints of Wisteria #D8AAEB
RGB
CMYK
RGB Variations
Color information
#D8AAEB (or 0xD8AAEB) is known color: Wisteria. HEX triplet: D8, AA and EB. RGB value is (216,170,235). Sum of RGB (Red+Green+Blue) = 216+170+235=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AAEB is #275514. Grayscale: #BEBEBE. Windows color (decimal): -2577685 or 15444696. OLE color: 15444696.
HSL color Cylindrical-coordinate representation of color #D8AAEB: hue angle of 282.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8AAEB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 216 | 170 | 235 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.08 |
| HSL | 282.46º | 0.62% | 0.79% | - |
| HSV(B) | 282.46º | 0.28% | 0.92% | - |
| XYZ | 57.69 | 49.35 | 85.08 | - |
| YUV | 191.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 235 | 0.08 | 0.28 | 0 | 0.08 | 282.46 | 0.62 | 0.79 |
| Hex | D8 | AA | EB | 8 | 1C | 0 | 8 | 11A | 3E | 4F |
| Octal | 330 | 252 | 353 | 10 | 34 | 0 | 10 | 432 | 76 | 117 |
| Binary | 11011000 | 10101010 | 11101011 | 1000 | 11100 | 0 | 1000 | 100011010 | 111110 | 1001111 |
Color Harmonies of #D8AAEB
Complementary color
Monochromatic Colors of #D8AAEB
Black with #D8AAEB
Text Example
Text Example
White with #D8AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAEB; }
p { color: rgb(216,170,235); }
H1.HeaderClassName
{
color: #D8AAEB;
}
.AnyTagClassName
{
color: #D8AAEB;
}
</style>
background-color css
<style>
a { background-color: #D8AAEB; }
a { background-color: rgb(216,170,235); }
div.DivClassName
{
background-color: #D8AAEB;
}
.BgClassName
{
background-color: #D8AAEB;
}
</style>
border-color css
<style>
span { border-color: #D8AAEB; }
span { border-color: rgb(216,170,235); }
td.TdClassName
{
border-color: #D8AAEB;
}
.TagClassName
{
border-color: #D8AAEB;
}
</style>