Shades of Wistful #ADA8CB
Tints of Wistful #ADA8CB
RGB
CMYK
RGB Variations
Color information
#ADA8CB (or 0xADA8CB) is known color: Wistful. HEX triplet: AD, A8 and CB. RGB value is (173,168,203). Sum of RGB (Red+Green+Blue) = 173+168+203=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CB is #525734. Grayscale: #ADADAD. Windows color (decimal): -5396277 or 13346989. OLE color: 13346989.
HSL color Cylindrical-coordinate representation of color #ADA8CB: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA8CB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 168 | 203 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.20 |
| HSL | 248.57º | 0.25% | 0.73% | - |
| HSV(B) | 248.57º | 0.17% | 0.8% | - |
| XYZ | 42.02 | 41.2 | 62.24 | - |
| YUV | 173.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 203 | 0.15 | 0.17 | 0 | 0.20 | 248.57 | 0.25 | 0.73 |
| Hex | AD | A8 | CB | F | 11 | 0 | 14 | F9 | 19 | 49 |
| Octal | 255 | 250 | 313 | 17 | 21 | 0 | 24 | 371 | 31 | 111 |
| Binary | 10101101 | 10101000 | 11001011 | 1111 | 10001 | 0 | 10100 | 11111001 | 11001 | 1001001 |
Color Harmonies of #ADA8CB
Complementary color
Monochromatic Colors of #ADA8CB
Black with #ADA8CB
Text Example
Text Example
White with #ADA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8CB; }
p { color: rgb(173,168,203); }
H1.HeaderClassName
{
color: #ADA8CB;
}
.AnyTagClassName
{
color: #ADA8CB;
}
</style>
background-color css
<style>
a { background-color: #ADA8CB; }
a { background-color: rgb(173,168,203); }
div.DivClassName
{
background-color: #ADA8CB;
}
.BgClassName
{
background-color: #ADA8CB;
}
</style>
border-color css
<style>
span { border-color: #ADA8CB; }
span { border-color: rgb(173,168,203); }
td.TdClassName
{
border-color: #ADA8CB;
}
.TagClassName
{
border-color: #ADA8CB;
}
</style>