Shades of Wisteria #D2ABDE
Tints of Wisteria #D2ABDE
RGB
CMYK
RGB Variations
Color information
#D2ABDE (or 0xD2ABDE) is known color: Wisteria. HEX triplet: D2, AB and DE. RGB value is (210,171,222). Sum of RGB (Red+Green+Blue) = 210+171+222=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2ABDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABDE is #2D5421. Grayscale: #BCBCBC. Windows color (decimal): -2970658 or 14592978. OLE color: 14592978.
HSL color Cylindrical-coordinate representation of color #D2ABDE: hue angle of 285.88º degrees, saturation: 0.44, 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 #D2ABDE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 171 | 222 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.13 |
| HSL | 285.88º | 0.44% | 0.77% | - |
| HSV(B) | 285.88º | 0.23% | 0.87% | - |
| XYZ | 54.33 | 48.1 | 75.53 | - |
| YUV | 188.48 | 146.92 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 222 | 0.05 | 0.23 | 0 | 0.13 | 285.88 | 0.44 | 0.77 |
| Hex | D2 | AB | DE | 5 | 17 | 0 | D | 11E | 2C | 4D |
| Octal | 322 | 253 | 336 | 5 | 27 | 0 | 15 | 436 | 54 | 115 |
| Binary | 11010010 | 10101011 | 11011110 | 101 | 10111 | 0 | 1101 | 100011110 | 101100 | 1001101 |
Color Harmonies of #D2ABDE
Complementary color
Monochromatic Colors of #D2ABDE
Black with #D2ABDE
Text Example
Text Example
White with #D2ABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABDE; }
p { color: rgb(210,171,222); }
H1.HeaderClassName
{
color: #D2ABDE;
}
.AnyTagClassName
{
color: #D2ABDE;
}
</style>
background-color css
<style>
a { background-color: #D2ABDE; }
a { background-color: rgb(210,171,222); }
div.DivClassName
{
background-color: #D2ABDE;
}
.BgClassName
{
background-color: #D2ABDE;
}
</style>
border-color css
<style>
span { border-color: #D2ABDE; }
span { border-color: rgb(210,171,222); }
td.TdClassName
{
border-color: #D2ABDE;
}
.TagClassName
{
border-color: #D2ABDE;
}
</style>