Shades of Wistful #ADABD5
Tints of Wistful #ADABD5
RGB
CMYK
RGB Variations
Color information
#ADABD5 (or 0xADABD5) is known color: Wistful. HEX triplet: AD, AB and D5. RGB value is (173,171,213). Sum of RGB (Red+Green+Blue) = 173+171+213=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADABD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD5 is #52542A. Grayscale: #B0B0B0. Windows color (decimal): -5395499 or 14003117. OLE color: 14003117.
HSL color Cylindrical-coordinate representation of color #ADABD5: hue angle of 242.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADABD5 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 171 | 213 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.16 |
| HSL | 242.86º | 0.33% | 0.75% | - |
| HSV(B) | 242.86º | 0.2% | 0.84% | - |
| XYZ | 43.81 | 42.81 | 68.91 | - |
| YUV | 176.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 213 | 0.19 | 0.20 | 0 | 0.16 | 242.86 | 0.33 | 0.75 |
| Hex | AD | AB | D5 | 13 | 14 | 0 | 10 | F3 | 21 | 4B |
| Octal | 255 | 253 | 325 | 23 | 24 | 0 | 20 | 363 | 41 | 113 |
| Binary | 10101101 | 10101011 | 11010101 | 10011 | 10100 | 0 | 10000 | 11110011 | 100001 | 1001011 |
Color Harmonies of #ADABD5
Complementary color
Monochromatic Colors of #ADABD5
Black with #ADABD5
Text Example
Text Example
White with #ADABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABD5; }
p { color: rgb(173,171,213); }
H1.HeaderClassName
{
color: #ADABD5;
}
.AnyTagClassName
{
color: #ADABD5;
}
</style>
background-color css
<style>
a { background-color: #ADABD5; }
a { background-color: rgb(173,171,213); }
div.DivClassName
{
background-color: #ADABD5;
}
.BgClassName
{
background-color: #ADABD5;
}
</style>
border-color css
<style>
span { border-color: #ADABD5; }
span { border-color: rgb(173,171,213); }
td.TdClassName
{
border-color: #ADABD5;
}
.TagClassName
{
border-color: #ADABD5;
}
</style>