Shades of Wisteria #D2AADF
Tints of Wisteria #D2AADF
RGB
CMYK
RGB Variations
Color information
#D2AADF (or 0xD2AADF) is known color: Wisteria. HEX triplet: D2, AA and DF. RGB value is (210,170,223). Sum of RGB (Red+Green+Blue) = 210+170+223=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AADF is #2D5520. Grayscale: #BBBBBB. Windows color (decimal): -2970913 or 14658258. OLE color: 14658258.
HSL color Cylindrical-coordinate representation of color #D2AADF: hue angle of 285.28º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2AADF is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 170 | 223 | - |
| CMYK | 0.06 | 0.24 | 0 | 0.13 |
| HSL | 285.28º | 0.45% | 0.77% | - |
| HSV(B) | 285.28º | 0.24% | 0.87% | - |
| XYZ | 54.27 | 47.78 | 76.17 | - |
| YUV | 188 | 147.75 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 170 | 223 | 0.06 | 0.24 | 0 | 0.13 | 285.28 | 0.45 | 0.77 |
| Hex | D2 | AA | DF | 6 | 18 | 0 | D | 11D | 2D | 4D |
| Octal | 322 | 252 | 337 | 6 | 30 | 0 | 15 | 435 | 55 | 115 |
| Binary | 11010010 | 10101010 | 11011111 | 110 | 11000 | 0 | 1101 | 100011101 | 101101 | 1001101 |
Color Harmonies of #D2AADF
Complementary color
Monochromatic Colors of #D2AADF
Black with #D2AADF
Text Example
Text Example
White with #D2AADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AADF; }
p { color: rgb(210,170,223); }
H1.HeaderClassName
{
color: #D2AADF;
}
.AnyTagClassName
{
color: #D2AADF;
}
</style>
background-color css
<style>
a { background-color: #D2AADF; }
a { background-color: rgb(210,170,223); }
div.DivClassName
{
background-color: #D2AADF;
}
.BgClassName
{
background-color: #D2AADF;
}
</style>
border-color css
<style>
span { border-color: #D2AADF; }
span { border-color: rgb(210,170,223); }
td.TdClassName
{
border-color: #D2AADF;
}
.TagClassName
{
border-color: #D2AADF;
}
</style>