Shades of Wisteria #D2ACEB
Tints of Wisteria #D2ACEB
RGB
CMYK
RGB Variations
Color information
#D2ACEB (or 0xD2ACEB) is known color: Wisteria. HEX triplet: D2, AC and EB. RGB value is (210,172,235). Sum of RGB (Red+Green+Blue) = 210+172+235=617 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.04% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ACEB is #2D5314. Grayscale: #BEBEBE. Windows color (decimal): -2970389 or 15445202. OLE color: 15445202.
HSL color Cylindrical-coordinate representation of color #D2ACEB: hue angle of 276.19º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2ACEB is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 172 | 235 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.08 |
| HSL | 276.19º | 0.61% | 0.8% | - |
| HSV(B) | 276.19º | 0.27% | 0.92% | - |
| XYZ | 56.33 | 49.2 | 85.13 | - |
| YUV | 190.54 | 153.09 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 235 | 0.11 | 0.27 | 0 | 0.08 | 276.19 | 0.61 | 0.8 |
| Hex | D2 | AC | EB | B | 1B | 0 | 8 | 114 | 3D | 50 |
| Octal | 322 | 254 | 353 | 13 | 33 | 0 | 10 | 424 | 75 | 120 |
| Binary | 11010010 | 10101100 | 11101011 | 1011 | 11011 | 0 | 1000 | 100010100 | 111101 | 1010000 |
Color Harmonies of #D2ACEB
Complementary color
Monochromatic Colors of #D2ACEB
Black with #D2ACEB
Text Example
Text Example
White with #D2ACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ACEB; }
p { color: rgb(210,172,235); }
H1.HeaderClassName
{
color: #D2ACEB;
}
.AnyTagClassName
{
color: #D2ACEB;
}
</style>
background-color css
<style>
a { background-color: #D2ACEB; }
a { background-color: rgb(210,172,235); }
div.DivClassName
{
background-color: #D2ACEB;
}
.BgClassName
{
background-color: #D2ACEB;
}
</style>
border-color css
<style>
span { border-color: #D2ACEB; }
span { border-color: rgb(210,172,235); }
td.TdClassName
{
border-color: #D2ACEB;
}
.TagClassName
{
border-color: #D2ACEB;
}
</style>