Shades of Wisteria #D3ABE2
Tints of Wisteria #D3ABE2
RGB
CMYK
RGB Variations
Color information
#D3ABE2 (or 0xD3ABE2) is known color: Wisteria. HEX triplet: D3, AB and E2. RGB value is (211,171,226). Sum of RGB (Red+Green+Blue) = 211+171+226=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 171 (67.19% from 255 or 28.12% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #D3ABE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ABE2 is #2C541D. Grayscale: #BDBDBD. Windows color (decimal): -2905118 or 14855123. OLE color: 14855123.
HSL color Cylindrical-coordinate representation of color #D3ABE2: hue angle of 283.64º 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 #D3ABE2 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 171 | 226 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.11 |
| HSL | 283.64º | 0.49% | 0.78% | - |
| HSV(B) | 283.64º | 0.24% | 0.89% | - |
| XYZ | 55.15 | 48.47 | 78.4 | - |
| YUV | 189.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 171 | 226 | 0.07 | 0.24 | 0 | 0.11 | 283.64 | 0.49 | 0.78 |
| Hex | D3 | AB | E2 | 7 | 18 | 0 | B | 11C | 31 | 4E |
| Octal | 323 | 253 | 342 | 7 | 30 | 0 | 13 | 434 | 61 | 116 |
| Binary | 11010011 | 10101011 | 11100010 | 111 | 11000 | 0 | 1011 | 100011100 | 110001 | 1001110 |
Color Harmonies of #D3ABE2
Complementary color
Monochromatic Colors of #D3ABE2
Black with #D3ABE2
Text Example
Text Example
White with #D3ABE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ABE2; }
p { color: rgb(211,171,226); }
H1.HeaderClassName
{
color: #D3ABE2;
}
.AnyTagClassName
{
color: #D3ABE2;
}
</style>
background-color css
<style>
a { background-color: #D3ABE2; }
a { background-color: rgb(211,171,226); }
div.DivClassName
{
background-color: #D3ABE2;
}
.BgClassName
{
background-color: #D3ABE2;
}
</style>
border-color css
<style>
span { border-color: #D3ABE2; }
span { border-color: rgb(211,171,226); }
td.TdClassName
{
border-color: #D3ABE2;
}
.TagClassName
{
border-color: #D3ABE2;
}
</style>