Shades of Wisteria #D2ABDC
Tints of Wisteria #D2ABDC
RGB
CMYK
RGB Variations
Color information
#D2ABDC (or 0xD2ABDC) is known color: Wisteria. HEX triplet: D2, AB and DC. RGB value is (210,171,220). Sum of RGB (Red+Green+Blue) = 210+171+220=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #D2ABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDC is #2D5423. Grayscale: #BCBCBC. Windows color (decimal): -2970660 or 14461906. OLE color: 14461906.
HSL color Cylindrical-coordinate representation of color #D2ABDC: hue angle of 287.76º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D2ABDC is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 171 | 220 | - |
| CMYK | 0.05 | 0.22 | 0 | 0.14 |
| HSL | 287.76º | 0.41% | 0.77% | - |
| HSV(B) | 287.76º | 0.22% | 0.86% | - |
| XYZ | 54.06 | 47.99 | 74.12 | - |
| YUV | 188.25 | 145.92 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 220 | 0.05 | 0.22 | 0 | 0.14 | 287.76 | 0.41 | 0.77 |
| Hex | D2 | AB | DC | 5 | 16 | 0 | E | 120 | 29 | 4D |
| Octal | 322 | 253 | 334 | 5 | 26 | 0 | 16 | 440 | 51 | 115 |
| Binary | 11010010 | 10101011 | 11011100 | 101 | 10110 | 0 | 1110 | 100100000 | 101001 | 1001101 |
Color Harmonies of #D2ABDC
Complementary color
Monochromatic Colors of #D2ABDC
Black with #D2ABDC
Text Example
Text Example
White with #D2ABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABDC; }
p { color: rgb(210,171,220); }
H1.HeaderClassName
{
color: #D2ABDC;
}
.AnyTagClassName
{
color: #D2ABDC;
}
</style>
background-color css
<style>
a { background-color: #D2ABDC; }
a { background-color: rgb(210,171,220); }
div.DivClassName
{
background-color: #D2ABDC;
}
.BgClassName
{
background-color: #D2ABDC;
}
</style>
border-color css
<style>
span { border-color: #D2ABDC; }
span { border-color: rgb(210,171,220); }
td.TdClassName
{
border-color: #D2ABDC;
}
.TagClassName
{
border-color: #D2ABDC;
}
</style>