Shades of Wistful #ADA6C5
Tints of Wistful #ADA6C5
RGB
CMYK
RGB Variations
Color information
#ADA6C5 (or 0xADA6C5) is known color: Wistful. HEX triplet: AD, A6 and C5. RGB value is (173,166,197). Sum of RGB (Red+Green+Blue) = 173+166+197=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 166 (65.23% from 255 or 30.97% from 536); Blue value is 197 (77.34% from 255 or 36.75% from 536); Max value from RGB is 197 - color contains mainly: blue. Hex color #ADA6C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA6C5 is #52593A. Grayscale: #ABABAB. Windows color (decimal): -5396795 or 12953261. OLE color: 12953261.
HSL color Cylindrical-coordinate representation of color #ADA6C5: hue angle of 253.55º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA6C5 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 166 | 197 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.23 |
| HSL | 253.55º | 0.21% | 0.71% | - |
| HSV(B) | 253.55º | 0.16% | 0.77% | - |
| XYZ | 40.95 | 40.19 | 58.42 | - |
| YUV | 171.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 166 | 197 | 0.12 | 0.16 | 0 | 0.23 | 253.55 | 0.21 | 0.71 |
| Hex | AD | A6 | C5 | C | 10 | 0 | 17 | FE | 15 | 47 |
| Octal | 255 | 246 | 305 | 14 | 20 | 0 | 27 | 376 | 25 | 107 |
| Binary | 10101101 | 10100110 | 11000101 | 1100 | 10000 | 0 | 10111 | 11111110 | 10101 | 1000111 |
Color Harmonies of #ADA6C5
Complementary color
Monochromatic Colors of #ADA6C5
Black with #ADA6C5
Text Example
Text Example
White with #ADA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA6C5; }
p { color: rgb(173,166,197); }
H1.HeaderClassName
{
color: #ADA6C5;
}
.AnyTagClassName
{
color: #ADA6C5;
}
</style>
background-color css
<style>
a { background-color: #ADA6C5; }
a { background-color: rgb(173,166,197); }
div.DivClassName
{
background-color: #ADA6C5;
}
.BgClassName
{
background-color: #ADA6C5;
}
</style>
border-color css
<style>
span { border-color: #ADA6C5; }
span { border-color: rgb(173,166,197); }
td.TdClassName
{
border-color: #ADA6C5;
}
.TagClassName
{
border-color: #ADA6C5;
}
</style>