Shades of Wistful #ADA7CE
Tints of Wistful #ADA7CE
RGB
CMYK
RGB Variations
Color information
#ADA7CE (or 0xADA7CE) is known color: Wistful. HEX triplet: AD, A7 and CE. RGB value is (173,167,206). Sum of RGB (Red+Green+Blue) = 173+167+206=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 206 (80.86% from 255 or 37.73% from 546); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA7CE is #525831. Grayscale: #ADADAD. Windows color (decimal): -5396530 or 13543341. OLE color: 13543341.
HSL color Cylindrical-coordinate representation of color #ADA7CE: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADA7CE is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 167 | 206 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.19 |
| HSL | 249.23º | 0.28% | 0.73% | - |
| HSV(B) | 249.23º | 0.19% | 0.81% | - |
| XYZ | 42.19 | 40.98 | 64.08 | - |
| YUV | 173.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 167 | 206 | 0.16 | 0.19 | 0 | 0.19 | 249.23 | 0.28 | 0.73 |
| Hex | AD | A7 | CE | 10 | 13 | 0 | 13 | F9 | 1C | 49 |
| Octal | 255 | 247 | 316 | 20 | 23 | 0 | 23 | 371 | 34 | 111 |
| Binary | 10101101 | 10100111 | 11001110 | 10000 | 10011 | 0 | 10011 | 11111001 | 11100 | 1001001 |
Color Harmonies of #ADA7CE
Complementary color
Monochromatic Colors of #ADA7CE
Black with #ADA7CE
Text Example
Text Example
White with #ADA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA7CE; }
p { color: rgb(173,167,206); }
H1.HeaderClassName
{
color: #ADA7CE;
}
.AnyTagClassName
{
color: #ADA7CE;
}
</style>
background-color css
<style>
a { background-color: #ADA7CE; }
a { background-color: rgb(173,167,206); }
div.DivClassName
{
background-color: #ADA7CE;
}
.BgClassName
{
background-color: #ADA7CE;
}
</style>
border-color css
<style>
span { border-color: #ADA7CE; }
span { border-color: rgb(173,167,206); }
td.TdClassName
{
border-color: #ADA7CE;
}
.TagClassName
{
border-color: #ADA7CE;
}
</style>