Shades of Wisteria #D2ABDD
Tints of Wisteria #D2ABDD
RGB
CMYK
RGB Variations
Color information
#D2ABDD (or 0xD2ABDD) is known color: Wisteria. HEX triplet: D2, AB and DD. RGB value is (210,171,221). Sum of RGB (Red+Green+Blue) = 210+171+221=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #D2ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDD is #2D5422. Grayscale: #BCBCBC. Windows color (decimal): -2970659 or 14527442. OLE color: 14527442.
HSL color Cylindrical-coordinate representation of color #D2ABDD: hue angle of 286.8º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D2ABDD is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 171 | 221 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.13 |
| HSL | 286.8º | 0.42% | 0.77% | - |
| HSV(B) | 286.8º | 0.23% | 0.87% | - |
| XYZ | 54.19 | 48.05 | 74.82 | - |
| YUV | 188.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 221 | 0.05 | 0.23 | 0 | 0.13 | 286.8 | 0.42 | 0.77 |
| Hex | D2 | AB | DD | 5 | 17 | 0 | D | 11F | 2A | 4D |
| Octal | 322 | 253 | 335 | 5 | 27 | 0 | 15 | 437 | 52 | 115 |
| Binary | 11010010 | 10101011 | 11011101 | 101 | 10111 | 0 | 1101 | 100011111 | 101010 | 1001101 |
Color Harmonies of #D2ABDD
Complementary color
Monochromatic Colors of #D2ABDD
Black with #D2ABDD
Text Example
Text Example
White with #D2ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABDD; }
p { color: rgb(210,171,221); }
H1.HeaderClassName
{
color: #D2ABDD;
}
.AnyTagClassName
{
color: #D2ABDD;
}
</style>
background-color css
<style>
a { background-color: #D2ABDD; }
a { background-color: rgb(210,171,221); }
div.DivClassName
{
background-color: #D2ABDD;
}
.BgClassName
{
background-color: #D2ABDD;
}
</style>
border-color css
<style>
span { border-color: #D2ABDD; }
span { border-color: rgb(210,171,221); }
td.TdClassName
{
border-color: #D2ABDD;
}
.TagClassName
{
border-color: #D2ABDD;
}
</style>