Shades of Wistful #ADA8C8
Tints of Wistful #ADA8C8
RGB
CMYK
RGB Variations
Color information
#ADA8C8 (or 0xADA8C8) is known color: Wistful. HEX triplet: AD, A8 and C8. RGB value is (173,168,200). Sum of RGB (Red+Green+Blue) = 173+168+200=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 200 (78.52% from 255 or 36.97% from 541); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADA8C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C8 is #525737. Grayscale: #ADADAD. Windows color (decimal): -5396280 or 13150381. OLE color: 13150381.
HSL color Cylindrical-coordinate representation of color #ADA8C8: hue angle of 249.38º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADA8C8 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 168 | 200 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.22 |
| HSL | 249.38º | 0.23% | 0.72% | - |
| HSV(B) | 249.38º | 0.16% | 0.78% | - |
| XYZ | 41.66 | 41.06 | 60.37 | - |
| YUV | 173.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 200 | 0.14 | 0.16 | 0 | 0.22 | 249.38 | 0.23 | 0.72 |
| Hex | AD | A8 | C8 | E | 10 | 0 | 16 | F9 | 17 | 48 |
| Octal | 255 | 250 | 310 | 16 | 20 | 0 | 26 | 371 | 27 | 110 |
| Binary | 10101101 | 10101000 | 11001000 | 1110 | 10000 | 0 | 10110 | 11111001 | 10111 | 1001000 |
Color Harmonies of #ADA8C8
Complementary color
Monochromatic Colors of #ADA8C8
Black with #ADA8C8
Text Example
Text Example
White with #ADA8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8C8; }
p { color: rgb(173,168,200); }
H1.HeaderClassName
{
color: #ADA8C8;
}
.AnyTagClassName
{
color: #ADA8C8;
}
</style>
background-color css
<style>
a { background-color: #ADA8C8; }
a { background-color: rgb(173,168,200); }
div.DivClassName
{
background-color: #ADA8C8;
}
.BgClassName
{
background-color: #ADA8C8;
}
</style>
border-color css
<style>
span { border-color: #ADA8C8; }
span { border-color: rgb(173,168,200); }
td.TdClassName
{
border-color: #ADA8C8;
}
.TagClassName
{
border-color: #ADA8C8;
}
</style>