Shades of Wistful #ADA8C4
Tints of Wistful #ADA8C4
RGB
CMYK
RGB Variations
Color information
#ADA8C4 (or 0xADA8C4) is known color: Wistful. HEX triplet: AD, A8 and C4. RGB value is (173,168,196). Sum of RGB (Red+Green+Blue) = 173+168+196=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADA8C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C4 is #52573B. Grayscale: #ACACAC. Windows color (decimal): -5396284 or 12888237. OLE color: 12888237.
HSL color Cylindrical-coordinate representation of color #ADA8C4: hue angle of 250.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADA8C4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 168 | 196 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.23 |
| HSL | 250.71º | 0.19% | 0.71% | - |
| HSV(B) | 250.71º | 0.14% | 0.77% | - |
| XYZ | 41.2 | 40.88 | 57.94 | - |
| YUV | 172.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 196 | 0.12 | 0.14 | 0 | 0.23 | 250.71 | 0.19 | 0.71 |
| Hex | AD | A8 | C4 | C | E | 0 | 17 | FB | 13 | 47 |
| Octal | 255 | 250 | 304 | 14 | 16 | 0 | 27 | 373 | 23 | 107 |
| Binary | 10101101 | 10101000 | 11000100 | 1100 | 1110 | 0 | 10111 | 11111011 | 10011 | 1000111 |
Color Harmonies of #ADA8C4
Complementary color
Monochromatic Colors of #ADA8C4
Black with #ADA8C4
Text Example
Text Example
White with #ADA8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8C4; }
p { color: rgb(173,168,196); }
H1.HeaderClassName
{
color: #ADA8C4;
}
.AnyTagClassName
{
color: #ADA8C4;
}
</style>
background-color css
<style>
a { background-color: #ADA8C4; }
a { background-color: rgb(173,168,196); }
div.DivClassName
{
background-color: #ADA8C4;
}
.BgClassName
{
background-color: #ADA8C4;
}
</style>
border-color css
<style>
span { border-color: #ADA8C4; }
span { border-color: rgb(173,168,196); }
td.TdClassName
{
border-color: #ADA8C4;
}
.TagClassName
{
border-color: #ADA8C4;
}
</style>