Shades of Wisteria #D1ABE5
Tints of Wisteria #D1ABE5
RGB
CMYK
RGB Variations
Color information
#D1ABE5 (or 0xD1ABE5) is known color: Wisteria. HEX triplet: D1, AB and E5. RGB value is (209,171,229). Sum of RGB (Red+Green+Blue) = 209+171+229=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 229 (89.84% from 255 or 37.60% from 609); Max value from RGB is 229 - color contains mainly: blue. Hex color #D1ABE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ABE5 is #2E541A. Grayscale: #BCBCBC. Windows color (decimal): -3036187 or 15051729. OLE color: 15051729.
HSL color Cylindrical-coordinate representation of color #D1ABE5: hue angle of 279.31º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1ABE5 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 171 | 229 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.10 |
| HSL | 279.31º | 0.53% | 0.78% | - |
| HSV(B) | 279.31º | 0.25% | 0.9% | - |
| XYZ | 55 | 48.34 | 80.56 | - |
| YUV | 188.97 | 150.59 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 171 | 229 | 0.09 | 0.25 | 0 | 0.10 | 279.31 | 0.53 | 0.78 |
| Hex | D1 | AB | E5 | 9 | 19 | 0 | A | 117 | 35 | 4E |
| Octal | 321 | 253 | 345 | 11 | 31 | 0 | 12 | 427 | 65 | 116 |
| Binary | 11010001 | 10101011 | 11100101 | 1001 | 11001 | 0 | 1010 | 100010111 | 110101 | 1001110 |
Color Harmonies of #D1ABE5
Complementary color
Monochromatic Colors of #D1ABE5
Black with #D1ABE5
Text Example
Text Example
White with #D1ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ABE5; }
p { color: rgb(209,171,229); }
H1.HeaderClassName
{
color: #D1ABE5;
}
.AnyTagClassName
{
color: #D1ABE5;
}
</style>
background-color css
<style>
a { background-color: #D1ABE5; }
a { background-color: rgb(209,171,229); }
div.DivClassName
{
background-color: #D1ABE5;
}
.BgClassName
{
background-color: #D1ABE5;
}
</style>
border-color css
<style>
span { border-color: #D1ABE5; }
span { border-color: rgb(209,171,229); }
td.TdClassName
{
border-color: #D1ABE5;
}
.TagClassName
{
border-color: #D1ABE5;
}
</style>