Shades of Wisteria #D2ACEC
Tints of Wisteria #D2ACEC
RGB
CMYK
RGB Variations
Color information
#D2ACEC (or 0xD2ACEC) is known color: Wisteria. HEX triplet: D2, AC and EC. RGB value is (210,172,236). Sum of RGB (Red+Green+Blue) = 210+172+236=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACEC is #2D5313. Grayscale: #BEBEBE. Windows color (decimal): -2970388 or 15510738. OLE color: 15510738.
HSL color Cylindrical-coordinate representation of color #D2ACEC: hue angle of 275.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2ACEC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 172 | 236 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 275.63º | 0.63% | 0.8% | - |
| HSV(B) | 275.63º | 0.27% | 0.93% | - |
| XYZ | 56.47 | 49.26 | 85.89 | - |
| YUV | 190.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 236 | 0.11 | 0.27 | 0 | 0.07 | 275.63 | 0.63 | 0.8 |
| Hex | D2 | AC | EC | B | 1B | 0 | 7 | 114 | 3F | 50 |
| Octal | 322 | 254 | 354 | 13 | 33 | 0 | 7 | 424 | 77 | 120 |
| Binary | 11010010 | 10101100 | 11101100 | 1011 | 11011 | 0 | 111 | 100010100 | 111111 | 1010000 |
Color Harmonies of #D2ACEC
Complementary color
Monochromatic Colors of #D2ACEC
Black with #D2ACEC
Text Example
Text Example
White with #D2ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACEC; }
p { color: rgb(210,172,236); }
H1.HeaderClassName
{
color: #D2ACEC;
}
.AnyTagClassName
{
color: #D2ACEC;
}
</style>
background-color css
<style>
a { background-color: #D2ACEC; }
a { background-color: rgb(210,172,236); }
div.DivClassName
{
background-color: #D2ACEC;
}
.BgClassName
{
background-color: #D2ACEC;
}
</style>
border-color css
<style>
span { border-color: #D2ACEC; }
span { border-color: rgb(210,172,236); }
td.TdClassName
{
border-color: #D2ACEC;
}
.TagClassName
{
border-color: #D2ACEC;
}
</style>