Shades of Wistful #ADACD9
Tints of Wistful #ADACD9
RGB
CMYK
RGB Variations
Color information
#ADACD9 (or 0xADACD9) is known color: Wistful. HEX triplet: AD, AC and D9. RGB value is (173,172,217). Sum of RGB (Red+Green+Blue) = 173+172+217=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 217 (85.16% from 255 or 38.61% from 562); Max value from RGB is 217 - color contains mainly: blue. Hex color #ADACD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD9 is #525326. Grayscale: #B1B1B1. Windows color (decimal): -5395239 or 14265517. OLE color: 14265517.
HSL color Cylindrical-coordinate representation of color #ADACD9: hue angle of 241.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADACD9 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 172 | 217 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.15 |
| HSL | 241.33º | 0.37% | 0.76% | - |
| HSV(B) | 241.33º | 0.21% | 0.85% | - |
| XYZ | 44.51 | 43.4 | 71.68 | - |
| YUV | 177.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 217 | 0.20 | 0.21 | 0 | 0.15 | 241.33 | 0.37 | 0.76 |
| Hex | AD | AC | D9 | 14 | 15 | 0 | F | F1 | 25 | 4C |
| Octal | 255 | 254 | 331 | 24 | 25 | 0 | 17 | 361 | 45 | 114 |
| Binary | 10101101 | 10101100 | 11011001 | 10100 | 10101 | 0 | 1111 | 11110001 | 100101 | 1001100 |
Color Harmonies of #ADACD9
Complementary color
Monochromatic Colors of #ADACD9
Black with #ADACD9
Text Example
Text Example
White with #ADACD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACD9; }
p { color: rgb(173,172,217); }
H1.HeaderClassName
{
color: #ADACD9;
}
.AnyTagClassName
{
color: #ADACD9;
}
</style>
background-color css
<style>
a { background-color: #ADACD9; }
a { background-color: rgb(173,172,217); }
div.DivClassName
{
background-color: #ADACD9;
}
.BgClassName
{
background-color: #ADACD9;
}
</style>
border-color css
<style>
span { border-color: #ADACD9; }
span { border-color: rgb(173,172,217); }
td.TdClassName
{
border-color: #ADACD9;
}
.TagClassName
{
border-color: #ADACD9;
}
</style>