Shades of Wistful #ADA8D8
Tints of Wistful #ADA8D8
RGB
CMYK
RGB Variations
Color information
#ADA8D8 (or 0xADA8D8) is known color: Wistful. HEX triplet: AD, A8 and D8. RGB value is (173,168,216). Sum of RGB (Red+Green+Blue) = 173+168+216=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADA8D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8D8 is #525727. Grayscale: #AEAEAE. Windows color (decimal): -5396264 or 14198957. OLE color: 14198957.
HSL color Cylindrical-coordinate representation of color #ADA8D8: hue angle of 246.25º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA8D8 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 168 | 216 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.15 |
| HSL | 246.25º | 0.38% | 0.75% | - |
| HSV(B) | 246.25º | 0.22% | 0.85% | - |
| XYZ | 43.63 | 41.85 | 70.74 | - |
| YUV | 174.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 216 | 0.20 | 0.22 | 0 | 0.15 | 246.25 | 0.38 | 0.75 |
| Hex | AD | A8 | D8 | 14 | 16 | 0 | F | F6 | 26 | 4B |
| Octal | 255 | 250 | 330 | 24 | 26 | 0 | 17 | 366 | 46 | 113 |
| Binary | 10101101 | 10101000 | 11011000 | 10100 | 10110 | 0 | 1111 | 11110110 | 100110 | 1001011 |
Color Harmonies of #ADA8D8
Complementary color
Monochromatic Colors of #ADA8D8
Black with #ADA8D8
Text Example
Text Example
White with #ADA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8D8; }
p { color: rgb(173,168,216); }
H1.HeaderClassName
{
color: #ADA8D8;
}
.AnyTagClassName
{
color: #ADA8D8;
}
</style>
background-color css
<style>
a { background-color: #ADA8D8; }
a { background-color: rgb(173,168,216); }
div.DivClassName
{
background-color: #ADA8D8;
}
.BgClassName
{
background-color: #ADA8D8;
}
</style>
border-color css
<style>
span { border-color: #ADA8D8; }
span { border-color: rgb(173,168,216); }
td.TdClassName
{
border-color: #ADA8D8;
}
.TagClassName
{
border-color: #ADA8D8;
}
</style>