Shades of Wistful #ADACD5
Tints of Wistful #ADACD5
RGB
CMYK
RGB Variations
Color information
#ADACD5 (or 0xADACD5) is known color: Wistful. HEX triplet: AD, AC and D5. RGB value is (173,172,213). Sum of RGB (Red+Green+Blue) = 173+172+213=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD5 is #52532A. Grayscale: #B0B0B0. Windows color (decimal): -5395243 or 14003373. OLE color: 14003373.
HSL color Cylindrical-coordinate representation of color #ADACD5: hue angle of 241.46º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADACD5 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 172 | 213 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.16 |
| HSL | 241.46º | 0.33% | 0.75% | - |
| HSV(B) | 241.46º | 0.19% | 0.84% | - |
| XYZ | 44 | 43.19 | 68.97 | - |
| YUV | 176.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 213 | 0.19 | 0.19 | 0 | 0.16 | 241.46 | 0.33 | 0.75 |
| Hex | AD | AC | D5 | 13 | 13 | 0 | 10 | F1 | 21 | 4B |
| Octal | 255 | 254 | 325 | 23 | 23 | 0 | 20 | 361 | 41 | 113 |
| Binary | 10101101 | 10101100 | 11010101 | 10011 | 10011 | 0 | 10000 | 11110001 | 100001 | 1001011 |
Color Harmonies of #ADACD5
Complementary color
Monochromatic Colors of #ADACD5
Black with #ADACD5
Text Example
Text Example
White with #ADACD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACD5; }
p { color: rgb(173,172,213); }
H1.HeaderClassName
{
color: #ADACD5;
}
.AnyTagClassName
{
color: #ADACD5;
}
</style>
background-color css
<style>
a { background-color: #ADACD5; }
a { background-color: rgb(173,172,213); }
div.DivClassName
{
background-color: #ADACD5;
}
.BgClassName
{
background-color: #ADACD5;
}
</style>
border-color css
<style>
span { border-color: #ADACD5; }
span { border-color: rgb(173,172,213); }
td.TdClassName
{
border-color: #ADACD5;
}
.TagClassName
{
border-color: #ADACD5;
}
</style>