Shades of Wisteria #D2ACDF
Tints of Wisteria #D2ACDF
RGB
CMYK
RGB Variations
Color information
#D2ACDF (or 0xD2ACDF) is known color: Wisteria. HEX triplet: D2, AC and DF. RGB value is (210,172,223). Sum of RGB (Red+Green+Blue) = 210+172+223=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #D2ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACDF is #2D5320. Grayscale: #BDBDBD. Windows color (decimal): -2970401 or 14658770. OLE color: 14658770.
HSL color Cylindrical-coordinate representation of color #D2ACDF: hue angle of 284.71º 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 #D2ACDF is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 172 | 223 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.13 |
| HSL | 284.71º | 0.44% | 0.77% | - |
| HSV(B) | 284.71º | 0.23% | 0.87% | - |
| XYZ | 54.65 | 48.53 | 76.3 | - |
| YUV | 189.18 | 147.09 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 223 | 0.06 | 0.23 | 0 | 0.13 | 284.71 | 0.44 | 0.77 |
| Hex | D2 | AC | DF | 6 | 17 | 0 | D | 11D | 2C | 4D |
| Octal | 322 | 254 | 337 | 6 | 27 | 0 | 15 | 435 | 54 | 115 |
| Binary | 11010010 | 10101100 | 11011111 | 110 | 10111 | 0 | 1101 | 100011101 | 101100 | 1001101 |
Color Harmonies of #D2ACDF
Complementary color
Monochromatic Colors of #D2ACDF
Black with #D2ACDF
Text Example
Text Example
White with #D2ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACDF; }
p { color: rgb(210,172,223); }
H1.HeaderClassName
{
color: #D2ACDF;
}
.AnyTagClassName
{
color: #D2ACDF;
}
</style>
background-color css
<style>
a { background-color: #D2ACDF; }
a { background-color: rgb(210,172,223); }
div.DivClassName
{
background-color: #D2ACDF;
}
.BgClassName
{
background-color: #D2ACDF;
}
</style>
border-color css
<style>
span { border-color: #D2ACDF; }
span { border-color: rgb(210,172,223); }
td.TdClassName
{
border-color: #D2ACDF;
}
.TagClassName
{
border-color: #D2ACDF;
}
</style>