Shades of Wistful #ADAADB
Tints of Wistful #ADAADB
RGB
CMYK
RGB Variations
Color information
#ADAADB (or 0xADAADB) is known color: Wistful. HEX triplet: AD, AA and DB. RGB value is (173,170,219). Sum of RGB (Red+Green+Blue) = 173+170+219=562 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.78% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADB is #525524. Grayscale: #B0B0B0. Windows color (decimal): -5395749 or 14396077. OLE color: 14396077.
HSL color Cylindrical-coordinate representation of color #ADAADB: hue angle of 243.67º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADAADB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 170 | 219 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 243.67º | 0.4% | 0.76% | - |
| HSV(B) | 243.67º | 0.22% | 0.86% | - |
| XYZ | 44.39 | 42.75 | 72.93 | - |
| YUV | 176.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 219 | 0.21 | 0.22 | 0 | 0.14 | 243.67 | 0.4 | 0.76 |
| Hex | AD | AA | DB | 15 | 16 | 0 | E | F4 | 28 | 4C |
| Octal | 255 | 252 | 333 | 25 | 26 | 0 | 16 | 364 | 50 | 114 |
| Binary | 10101101 | 10101010 | 11011011 | 10101 | 10110 | 0 | 1110 | 11110100 | 101000 | 1001100 |
Color Harmonies of #ADAADB
Complementary color
Monochromatic Colors of #ADAADB
Black with #ADAADB
Text Example
Text Example
White with #ADAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAADB; }
p { color: rgb(173,170,219); }
H1.HeaderClassName
{
color: #ADAADB;
}
.AnyTagClassName
{
color: #ADAADB;
}
</style>
background-color css
<style>
a { background-color: #ADAADB; }
a { background-color: rgb(173,170,219); }
div.DivClassName
{
background-color: #ADAADB;
}
.BgClassName
{
background-color: #ADAADB;
}
</style>
border-color css
<style>
span { border-color: #ADAADB; }
span { border-color: rgb(173,170,219); }
td.TdClassName
{
border-color: #ADAADB;
}
.TagClassName
{
border-color: #ADAADB;
}
</style>