Shades of Wisteria #D2A9EB
Tints of Wisteria #D2A9EB
RGB
CMYK
RGB Variations
Color information
#D2A9EB (or 0xD2A9EB) is known color: Wisteria. HEX triplet: D2, A9 and EB. RGB value is (210,169,235). Sum of RGB (Red+Green+Blue) = 210+169+235=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #D2A9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2A9EB is #2D5614. Grayscale: #BCBCBC. Windows color (decimal): -2971157 or 15444434. OLE color: 15444434.
HSL color Cylindrical-coordinate representation of color #D2A9EB: hue angle of 277.27º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2A9EB is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 169 | 235 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.08 |
| HSL | 277.27º | 0.62% | 0.79% | - |
| HSV(B) | 277.27º | 0.28% | 0.92% | - |
| XYZ | 55.76 | 48.08 | 84.94 | - |
| YUV | 188.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 169 | 235 | 0.11 | 0.28 | 0 | 0.08 | 277.27 | 0.62 | 0.79 |
| Hex | D2 | A9 | EB | B | 1C | 0 | 8 | 115 | 3E | 4F |
| Octal | 322 | 251 | 353 | 13 | 34 | 0 | 10 | 425 | 76 | 117 |
| Binary | 11010010 | 10101001 | 11101011 | 1011 | 11100 | 0 | 1000 | 100010101 | 111110 | 1001111 |
Color Harmonies of #D2A9EB
Complementary color
Monochromatic Colors of #D2A9EB
Black with #D2A9EB
Text Example
Text Example
White with #D2A9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A9EB; }
p { color: rgb(210,169,235); }
H1.HeaderClassName
{
color: #D2A9EB;
}
.AnyTagClassName
{
color: #D2A9EB;
}
</style>
background-color css
<style>
a { background-color: #D2A9EB; }
a { background-color: rgb(210,169,235); }
div.DivClassName
{
background-color: #D2A9EB;
}
.BgClassName
{
background-color: #D2A9EB;
}
</style>
border-color css
<style>
span { border-color: #D2A9EB; }
span { border-color: rgb(210,169,235); }
td.TdClassName
{
border-color: #D2A9EB;
}
.TagClassName
{
border-color: #D2A9EB;
}
</style>