Shades of Wisteria #D3AADB
Tints of Wisteria #D3AADB
RGB
CMYK
RGB Variations
Color information
#D3AADB (or 0xD3AADB) is known color: Wisteria. HEX triplet: D3, AA and DB. RGB value is (211,170,219). Sum of RGB (Red+Green+Blue) = 211+170+219=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AADB is #2C5524. Grayscale: #BBBBBB. Windows color (decimal): -2905381 or 14396115. OLE color: 14396115.
HSL color Cylindrical-coordinate representation of color #D3AADB: hue angle of 290.2º 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 #D3AADB is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 170 | 219 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.14 |
| HSL | 290.2º | 0.4% | 0.76% | - |
| HSV(B) | 290.2º | 0.22% | 0.86% | - |
| XYZ | 54.02 | 47.71 | 73.38 | - |
| YUV | 187.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 170 | 219 | 0.04 | 0.22 | 0 | 0.14 | 290.2 | 0.4 | 0.76 |
| Hex | D3 | AA | DB | 4 | 16 | 0 | E | 122 | 28 | 4C |
| Octal | 323 | 252 | 333 | 4 | 26 | 0 | 16 | 442 | 50 | 114 |
| Binary | 11010011 | 10101010 | 11011011 | 100 | 10110 | 0 | 1110 | 100100010 | 101000 | 1001100 |
Color Harmonies of #D3AADB
Complementary color
Monochromatic Colors of #D3AADB
Black with #D3AADB
Text Example
Text Example
White with #D3AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AADB; }
p { color: rgb(211,170,219); }
H1.HeaderClassName
{
color: #D3AADB;
}
.AnyTagClassName
{
color: #D3AADB;
}
</style>
background-color css
<style>
a { background-color: #D3AADB; }
a { background-color: rgb(211,170,219); }
div.DivClassName
{
background-color: #D3AADB;
}
.BgClassName
{
background-color: #D3AADB;
}
</style>
border-color css
<style>
span { border-color: #D3AADB; }
span { border-color: rgb(211,170,219); }
td.TdClassName
{
border-color: #D3AADB;
}
.TagClassName
{
border-color: #D3AADB;
}
</style>