Shades of Wistful #ADA8C7
Tints of Wistful #ADA8C7
RGB
CMYK
RGB Variations
Color information
#ADA8C7 (or 0xADA8C7) is known color: Wistful. HEX triplet: AD, A8 and C7. RGB value is (173,168,199). Sum of RGB (Red+Green+Blue) = 173+168+199=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADA8C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C7 is #525738. Grayscale: #ACACAC. Windows color (decimal): -5396281 or 13084845. OLE color: 13084845.
HSL color Cylindrical-coordinate representation of color #ADA8C7: hue angle of 249.68º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA8C7 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 168 | 199 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.22 |
| HSL | 249.68º | 0.22% | 0.72% | - |
| HSV(B) | 249.68º | 0.16% | 0.78% | - |
| XYZ | 41.55 | 41.01 | 59.76 | - |
| YUV | 173.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 199 | 0.13 | 0.16 | 0 | 0.22 | 249.68 | 0.22 | 0.72 |
| Hex | AD | A8 | C7 | D | 10 | 0 | 16 | FA | 16 | 48 |
| Octal | 255 | 250 | 307 | 15 | 20 | 0 | 26 | 372 | 26 | 110 |
| Binary | 10101101 | 10101000 | 11000111 | 1101 | 10000 | 0 | 10110 | 11111010 | 10110 | 1001000 |
Color Harmonies of #ADA8C7
Complementary color
Monochromatic Colors of #ADA8C7
Black with #ADA8C7
Text Example
Text Example
White with #ADA8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8C7; }
p { color: rgb(173,168,199); }
H1.HeaderClassName
{
color: #ADA8C7;
}
.AnyTagClassName
{
color: #ADA8C7;
}
</style>
background-color css
<style>
a { background-color: #ADA8C7; }
a { background-color: rgb(173,168,199); }
div.DivClassName
{
background-color: #ADA8C7;
}
.BgClassName
{
background-color: #ADA8C7;
}
</style>
border-color css
<style>
span { border-color: #ADA8C7; }
span { border-color: rgb(173,168,199); }
td.TdClassName
{
border-color: #ADA8C7;
}
.TagClassName
{
border-color: #ADA8C7;
}
</style>