Shades of Wisteria #D2AAEB
Tints of Wisteria #D2AAEB
RGB
CMYK
RGB Variations
Color information
#D2AAEB (or 0xD2AAEB) is known color: Wisteria. HEX triplet: D2, AA and EB. RGB value is (210,170,235). Sum of RGB (Red+Green+Blue) = 210+170+235=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AAEB is #2D5514. Grayscale: #BDBDBD. Windows color (decimal): -2970901 or 15444690. OLE color: 15444690.
HSL color Cylindrical-coordinate representation of color #D2AAEB: hue angle of 276.92º 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 #D2AAEB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 170 | 235 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.08 |
| HSL | 276.92º | 0.62% | 0.79% | - |
| HSV(B) | 276.92º | 0.28% | 0.92% | - |
| XYZ | 55.95 | 48.45 | 85 | - |
| YUV | 189.37 | 153.75 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 235 | 0.11 | 0.28 | 0 | 0.08 | 276.92 | 0.62 | 0.79 |
| Hex | D2 | AA | EB | B | 1C | 0 | 8 | 115 | 3E | 4F |
| Octal | 322 | 252 | 353 | 13 | 34 | 0 | 10 | 425 | 76 | 117 |
| Binary | 11010010 | 10101010 | 11101011 | 1011 | 11100 | 0 | 1000 | 100010101 | 111110 | 1001111 |
Color Harmonies of #D2AAEB
Complementary color
Monochromatic Colors of #D2AAEB
Black with #D2AAEB
Text Example
Text Example
White with #D2AAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AAEB; }
p { color: rgb(210,170,235); }
H1.HeaderClassName
{
color: #D2AAEB;
}
.AnyTagClassName
{
color: #D2AAEB;
}
</style>
background-color css
<style>
a { background-color: #D2AAEB; }
a { background-color: rgb(210,170,235); }
div.DivClassName
{
background-color: #D2AAEB;
}
.BgClassName
{
background-color: #D2AAEB;
}
</style>
border-color css
<style>
span { border-color: #D2AAEB; }
span { border-color: rgb(210,170,235); }
td.TdClassName
{
border-color: #D2AAEB;
}
.TagClassName
{
border-color: #D2AAEB;
}
</style>