Shades of Wisteria #D1ADE1
Tints of Wisteria #D1ADE1
RGB
CMYK
RGB Variations
Color information
#D1ADE1 (or 0xD1ADE1) is known color: Wisteria. HEX triplet: D1, AD and E1. RGB value is (209,173,225). Sum of RGB (Red+Green+Blue) = 209+173+225=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #D1ADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1ADE1 is #2E521E. Grayscale: #BDBDBD. Windows color (decimal): -3035679 or 14790097. OLE color: 14790097.
HSL color Cylindrical-coordinate representation of color #D1ADE1: hue angle of 281.54º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1ADE1 is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 173 | 225 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.12 |
| HSL | 281.54º | 0.46% | 0.78% | - |
| HSV(B) | 281.54º | 0.23% | 0.88% | - |
| XYZ | 54.83 | 48.88 | 77.78 | - |
| YUV | 189.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 173 | 225 | 0.07 | 0.23 | 0 | 0.12 | 281.54 | 0.46 | 0.78 |
| Hex | D1 | AD | E1 | 7 | 17 | 0 | C | 11A | 2E | 4E |
| Octal | 321 | 255 | 341 | 7 | 27 | 0 | 14 | 432 | 56 | 116 |
| Binary | 11010001 | 10101101 | 11100001 | 111 | 10111 | 0 | 1100 | 100011010 | 101110 | 1001110 |
Color Harmonies of #D1ADE1
Complementary color
Monochromatic Colors of #D1ADE1
Black with #D1ADE1
Text Example
Text Example
White with #D1ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ADE1; }
p { color: rgb(209,173,225); }
H1.HeaderClassName
{
color: #D1ADE1;
}
.AnyTagClassName
{
color: #D1ADE1;
}
</style>
background-color css
<style>
a { background-color: #D1ADE1; }
a { background-color: rgb(209,173,225); }
div.DivClassName
{
background-color: #D1ADE1;
}
.BgClassName
{
background-color: #D1ADE1;
}
</style>
border-color css
<style>
span { border-color: #D1ADE1; }
span { border-color: rgb(209,173,225); }
td.TdClassName
{
border-color: #D1ADE1;
}
.TagClassName
{
border-color: #D1ADE1;
}
</style>