Shades of Wistful #ADABCD
Tints of Wistful #ADABCD
RGB
CMYK
RGB Variations
Color information
#ADABCD (or 0xADABCD) is known color: Wistful. HEX triplet: AD, AB and CD. RGB value is (173,171,205). Sum of RGB (Red+Green+Blue) = 173+171+205=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCD is #525432. Grayscale: #AFAFAF. Windows color (decimal): -5395507 or 13478829. OLE color: 13478829.
HSL color Cylindrical-coordinate representation of color #ADABCD: hue angle of 243.53º degrees, saturation: 0.25, 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 #ADABCD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 171 | 205 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.20 |
| HSL | 243.53º | 0.25% | 0.74% | - |
| HSV(B) | 243.53º | 0.17% | 0.8% | - |
| XYZ | 42.82 | 42.42 | 63.69 | - |
| YUV | 175.47 | 144.66 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 205 | 0.16 | 0.17 | 0 | 0.20 | 243.53 | 0.25 | 0.74 |
| Hex | AD | AB | CD | 10 | 11 | 0 | 14 | F4 | 19 | 4A |
| Octal | 255 | 253 | 315 | 20 | 21 | 0 | 24 | 364 | 31 | 112 |
| Binary | 10101101 | 10101011 | 11001101 | 10000 | 10001 | 0 | 10100 | 11110100 | 11001 | 1001010 |
Color Harmonies of #ADABCD
Complementary color
Monochromatic Colors of #ADABCD
Black with #ADABCD
Text Example
Text Example
White with #ADABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABCD; }
p { color: rgb(173,171,205); }
H1.HeaderClassName
{
color: #ADABCD;
}
.AnyTagClassName
{
color: #ADABCD;
}
</style>
background-color css
<style>
a { background-color: #ADABCD; }
a { background-color: rgb(173,171,205); }
div.DivClassName
{
background-color: #ADABCD;
}
.BgClassName
{
background-color: #ADABCD;
}
</style>
border-color css
<style>
span { border-color: #ADABCD; }
span { border-color: rgb(173,171,205); }
td.TdClassName
{
border-color: #ADABCD;
}
.TagClassName
{
border-color: #ADABCD;
}
</style>