Shades of Wisteria #D2AADB
Tints of Wisteria #D2AADB
RGB
CMYK
RGB Variations
Color information
#D2AADB (or 0xD2AADB) is known color: Wisteria. HEX triplet: D2, AA and DB. RGB value is (210,170,219). Sum of RGB (Red+Green+Blue) = 210+170+219=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #D2AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADB is #2D5524. Grayscale: #BBBBBB. Windows color (decimal): -2970917 or 14396114. OLE color: 14396114.
HSL color Cylindrical-coordinate representation of color #D2AADB: hue angle of 288.98º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2AADB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 170 | 219 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.14 |
| HSL | 288.98º | 0.4% | 0.76% | - |
| HSV(B) | 288.98º | 0.22% | 0.86% | - |
| XYZ | 53.74 | 47.57 | 73.37 | - |
| YUV | 187.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 219 | 0.04 | 0.22 | 0 | 0.14 | 288.98 | 0.4 | 0.76 |
| Hex | D2 | AA | DB | 4 | 16 | 0 | E | 121 | 28 | 4C |
| Octal | 322 | 252 | 333 | 4 | 26 | 0 | 16 | 441 | 50 | 114 |
| Binary | 11010010 | 10101010 | 11011011 | 100 | 10110 | 0 | 1110 | 100100001 | 101000 | 1001100 |
Color Harmonies of #D2AADB
Complementary color
Monochromatic Colors of #D2AADB
Black with #D2AADB
Text Example
Text Example
White with #D2AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AADB; }
p { color: rgb(210,170,219); }
H1.HeaderClassName
{
color: #D2AADB;
}
.AnyTagClassName
{
color: #D2AADB;
}
</style>
background-color css
<style>
a { background-color: #D2AADB; }
a { background-color: rgb(210,170,219); }
div.DivClassName
{
background-color: #D2AADB;
}
.BgClassName
{
background-color: #D2AADB;
}
</style>
border-color css
<style>
span { border-color: #D2AADB; }
span { border-color: rgb(210,170,219); }
td.TdClassName
{
border-color: #D2AADB;
}
.TagClassName
{
border-color: #D2AADB;
}
</style>