Shades of Wisteria #D0ABDF
Tints of Wisteria #D0ABDF
RGB
CMYK
RGB Variations
Color information
#D0ABDF (or 0xD0ABDF) is known color: Wisteria. HEX triplet: D0, AB and DF. RGB value is (208,171,223). Sum of RGB (Red+Green+Blue) = 208+171+223=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0ABDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ABDF is #2F5420. Grayscale: #BBBBBB. Windows color (decimal): -3101729 or 14658512. OLE color: 14658512.
HSL color Cylindrical-coordinate representation of color #D0ABDF: hue angle of 282.69º degrees, saturation: 0.45, 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 #D0ABDF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 171 | 223 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.13 |
| HSL | 282.69º | 0.45% | 0.77% | - |
| HSV(B) | 282.69º | 0.23% | 0.87% | - |
| XYZ | 53.89 | 47.86 | 76.21 | - |
| YUV | 187.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 171 | 223 | 0.07 | 0.23 | 0 | 0.13 | 282.69 | 0.45 | 0.77 |
| Hex | D0 | AB | DF | 7 | 17 | 0 | D | 11B | 2D | 4D |
| Octal | 320 | 253 | 337 | 7 | 27 | 0 | 15 | 433 | 55 | 115 |
| Binary | 11010000 | 10101011 | 11011111 | 111 | 10111 | 0 | 1101 | 100011011 | 101101 | 1001101 |
Color Harmonies of #D0ABDF
Complementary color
Monochromatic Colors of #D0ABDF
Black with #D0ABDF
Text Example
Text Example
White with #D0ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ABDF; }
p { color: rgb(208,171,223); }
H1.HeaderClassName
{
color: #D0ABDF;
}
.AnyTagClassName
{
color: #D0ABDF;
}
</style>
background-color css
<style>
a { background-color: #D0ABDF; }
a { background-color: rgb(208,171,223); }
div.DivClassName
{
background-color: #D0ABDF;
}
.BgClassName
{
background-color: #D0ABDF;
}
</style>
border-color css
<style>
span { border-color: #D0ABDF; }
span { border-color: rgb(208,171,223); }
td.TdClassName
{
border-color: #D0ABDF;
}
.TagClassName
{
border-color: #D0ABDF;
}
</style>