Shades of Wisteria #D0ACDF
Tints of Wisteria #D0ACDF
RGB
CMYK
RGB Variations
Color information
#D0ACDF (or 0xD0ACDF) is known color: Wisteria. HEX triplet: D0, AC and DF. RGB value is (208,172,223). Sum of RGB (Red+Green+Blue) = 208+172+223=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #D0ACDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACDF is #2F5320. Grayscale: #BCBCBC. Windows color (decimal): -3101473 or 14658768. OLE color: 14658768.
HSL color Cylindrical-coordinate representation of color #D0ACDF: hue angle of 282.35º 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 #D0ACDF is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 208 | 172 | 223 | - |
CMYK | 0.07 | 0.23 | 0 | 0.13 |
HSL | 282.35º | 0.44% | 0.77% | - |
HSV(B) | 282.35º | 0.23% | 0.87% | - |
XYZ | 54.08 | 48.24 | 76.27 | - |
YUV | 188.58 | 147.43 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 172 | 223 | 0.07 | 0.23 | 0 | 0.13 | 282.35 | 0.44 | 0.77 |
Hex | D0 | AC | DF | 7 | 17 | 0 | D | 11A | 2C | 4D |
Octal | 320 | 254 | 337 | 7 | 27 | 0 | 15 | 432 | 54 | 115 |
Binary | 11010000 | 10101100 | 11011111 | 111 | 10111 | 0 | 1101 | 100011010 | 101100 | 1001101 |
Color Harmonies of #D0ACDF
Complementary color
Monochromatic Colors of #D0ACDF
Black with #D0ACDF
Text Example
Text Example
White with #D0ACDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACDF; }
p { color: rgb(208,172,223); }
H1.HeaderClassName
{
color: #D0ACDF;
}
.AnyTagClassName
{
color: #D0ACDF;
}
</style>
background-color css
<style>
a { background-color: #D0ACDF; }
a { background-color: rgb(208,172,223); }
div.DivClassName
{
background-color: #D0ACDF;
}
.BgClassName
{
background-color: #D0ACDF;
}
</style>
border-color css
<style>
span { border-color: #D0ACDF; }
span { border-color: rgb(208,172,223); }
td.TdClassName
{
border-color: #D0ACDF;
}
.TagClassName
{
border-color: #D0ACDF;
}
</style>