Shades of Wistful #ADAACD
Tints of Wistful #ADAACD
RGB
CMYK
RGB Variations
Color information
#ADAACD (or 0xADAACD) is known color: Wistful. HEX triplet: AD, AA and CD. RGB value is (173,170,205). Sum of RGB (Red+Green+Blue) = 173+170+205=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACD is #525532. Grayscale: #AEAEAE. Windows color (decimal): -5395763 or 13478573. OLE color: 13478573.
HSL color Cylindrical-coordinate representation of color #ADAACD: hue angle of 245.14º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADAACD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 170 | 205 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.20 |
| HSL | 245.14º | 0.26% | 0.74% | - |
| HSV(B) | 245.14º | 0.17% | 0.8% | - |
| XYZ | 42.63 | 42.04 | 63.63 | - |
| YUV | 174.89 | 144.99 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 205 | 0.16 | 0.17 | 0 | 0.20 | 245.14 | 0.26 | 0.74 |
| Hex | AD | AA | CD | 10 | 11 | 0 | 14 | F5 | 1A | 4A |
| Octal | 255 | 252 | 315 | 20 | 21 | 0 | 24 | 365 | 32 | 112 |
| Binary | 10101101 | 10101010 | 11001101 | 10000 | 10001 | 0 | 10100 | 11110101 | 11010 | 1001010 |
Color Harmonies of #ADAACD
Complementary color
Monochromatic Colors of #ADAACD
Black with #ADAACD
Text Example
Text Example
White with #ADAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAACD; }
p { color: rgb(173,170,205); }
H1.HeaderClassName
{
color: #ADAACD;
}
.AnyTagClassName
{
color: #ADAACD;
}
</style>
background-color css
<style>
a { background-color: #ADAACD; }
a { background-color: rgb(173,170,205); }
div.DivClassName
{
background-color: #ADAACD;
}
.BgClassName
{
background-color: #ADAACD;
}
</style>
border-color css
<style>
span { border-color: #ADAACD; }
span { border-color: rgb(173,170,205); }
td.TdClassName
{
border-color: #ADAACD;
}
.TagClassName
{
border-color: #ADAACD;
}
</style>