Shades of Wistful #ADA8D6
Tints of Wistful #ADA8D6
RGB
CMYK
RGB Variations
Color information
#ADA8D6 (or 0xADA8D6) is known color: Wistful. HEX triplet: AD, A8 and D6. RGB value is (173,168,214). Sum of RGB (Red+Green+Blue) = 173+168+214=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADA8D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8D6 is #525729. Grayscale: #AEAEAE. Windows color (decimal): -5396266 or 14067885. OLE color: 14067885.
HSL color Cylindrical-coordinate representation of color #ADA8D6: hue angle of 246.52º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA8D6 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 168 | 214 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.16 |
| HSL | 246.52º | 0.36% | 0.75% | - |
| HSV(B) | 246.52º | 0.21% | 0.84% | - |
| XYZ | 43.37 | 41.74 | 69.39 | - |
| YUV | 174.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 214 | 0.19 | 0.21 | 0 | 0.16 | 246.52 | 0.36 | 0.75 |
| Hex | AD | A8 | D6 | 13 | 15 | 0 | 10 | F7 | 24 | 4B |
| Octal | 255 | 250 | 326 | 23 | 25 | 0 | 20 | 367 | 44 | 113 |
| Binary | 10101101 | 10101000 | 11010110 | 10011 | 10101 | 0 | 10000 | 11110111 | 100100 | 1001011 |
Color Harmonies of #ADA8D6
Complementary color
Monochromatic Colors of #ADA8D6
Black with #ADA8D6
Text Example
Text Example
White with #ADA8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8D6; }
p { color: rgb(173,168,214); }
H1.HeaderClassName
{
color: #ADA8D6;
}
.AnyTagClassName
{
color: #ADA8D6;
}
</style>
background-color css
<style>
a { background-color: #ADA8D6; }
a { background-color: rgb(173,168,214); }
div.DivClassName
{
background-color: #ADA8D6;
}
.BgClassName
{
background-color: #ADA8D6;
}
</style>
border-color css
<style>
span { border-color: #ADA8D6; }
span { border-color: rgb(173,168,214); }
td.TdClassName
{
border-color: #ADA8D6;
}
.TagClassName
{
border-color: #ADA8D6;
}
</style>