Shades of Wisteria #D2ABE2
Tints of Wisteria #D2ABE2
RGB
CMYK
RGB Variations
Color information
#D2ABE2 (or 0xD2ABE2) is known color: Wisteria. HEX triplet: D2, AB and E2. RGB value is (210,171,226). Sum of RGB (Red+Green+Blue) = 210+171+226=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #D2ABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABE2 is #2D541D. Grayscale: #BCBCBC. Windows color (decimal): -2970654 or 14855122. OLE color: 14855122.
HSL color Cylindrical-coordinate representation of color #D2ABE2: hue angle of 282.55º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2ABE2 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 171 | 226 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.11 |
| HSL | 282.55º | 0.49% | 0.78% | - |
| HSV(B) | 282.55º | 0.24% | 0.89% | - |
| XYZ | 54.87 | 48.32 | 78.39 | - |
| YUV | 188.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 171 | 226 | 0.07 | 0.24 | 0 | 0.11 | 282.55 | 0.49 | 0.78 |
| Hex | D2 | AB | E2 | 7 | 18 | 0 | B | 11B | 31 | 4E |
| Octal | 322 | 253 | 342 | 7 | 30 | 0 | 13 | 433 | 61 | 116 |
| Binary | 11010010 | 10101011 | 11100010 | 111 | 11000 | 0 | 1011 | 100011011 | 110001 | 1001110 |
Color Harmonies of #D2ABE2
Complementary color
Monochromatic Colors of #D2ABE2
Black with #D2ABE2
Text Example
Text Example
White with #D2ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2ABE2; }
p { color: rgb(210,171,226); }
H1.HeaderClassName
{
color: #D2ABE2;
}
.AnyTagClassName
{
color: #D2ABE2;
}
</style>
background-color css
<style>
a { background-color: #D2ABE2; }
a { background-color: rgb(210,171,226); }
div.DivClassName
{
background-color: #D2ABE2;
}
.BgClassName
{
background-color: #D2ABE2;
}
</style>
border-color css
<style>
span { border-color: #D2ABE2; }
span { border-color: rgb(210,171,226); }
td.TdClassName
{
border-color: #D2ABE2;
}
.TagClassName
{
border-color: #D2ABE2;
}
</style>