Shades of Wistful #ADA7D1
Tints of Wistful #ADA7D1
RGB
CMYK
RGB Variations
Color information
#ADA7D1 (or 0xADA7D1) is known color: Wistful. HEX triplet: AD, A7 and D1. RGB value is (173,167,209). Sum of RGB (Red+Green+Blue) = 173+167+209=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADA7D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7D1 is #52582E. Grayscale: #ADADAD. Windows color (decimal): -5396527 or 13739949. OLE color: 13739949.
HSL color Cylindrical-coordinate representation of color #ADA7D1: hue angle of 248.57º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA7D1 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 167 | 209 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.18 |
| HSL | 248.57º | 0.31% | 0.74% | - |
| HSV(B) | 248.57º | 0.2% | 0.82% | - |
| XYZ | 42.56 | 41.13 | 66.02 | - |
| YUV | 173.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 209 | 0.17 | 0.20 | 0 | 0.18 | 248.57 | 0.31 | 0.74 |
| Hex | AD | A7 | D1 | 11 | 14 | 0 | 12 | F9 | 1F | 4A |
| Octal | 255 | 247 | 321 | 21 | 24 | 0 | 22 | 371 | 37 | 112 |
| Binary | 10101101 | 10100111 | 11010001 | 10001 | 10100 | 0 | 10010 | 11111001 | 11111 | 1001010 |
Color Harmonies of #ADA7D1
Complementary color
Monochromatic Colors of #ADA7D1
Black with #ADA7D1
Text Example
Text Example
White with #ADA7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7D1; }
p { color: rgb(173,167,209); }
H1.HeaderClassName
{
color: #ADA7D1;
}
.AnyTagClassName
{
color: #ADA7D1;
}
</style>
background-color css
<style>
a { background-color: #ADA7D1; }
a { background-color: rgb(173,167,209); }
div.DivClassName
{
background-color: #ADA7D1;
}
.BgClassName
{
background-color: #ADA7D1;
}
</style>
border-color css
<style>
span { border-color: #ADA7D1; }
span { border-color: rgb(173,167,209); }
td.TdClassName
{
border-color: #ADA7D1;
}
.TagClassName
{
border-color: #ADA7D1;
}
</style>