Shades of Wistful #ADAADC
Tints of Wistful #ADAADC
RGB
CMYK
RGB Variations
Color information
#ADAADC (or 0xADAADC) is known color: Wistful. HEX triplet: AD, AA and DC. RGB value is (173,170,220). Sum of RGB (Red+Green+Blue) = 173+170+220=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAADC is #525523. Grayscale: #B0B0B0. Windows color (decimal): -5395748 or 14461613. OLE color: 14461613.
HSL color Cylindrical-coordinate representation of color #ADAADC: hue angle of 243.6º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADAADC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 170 | 220 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.14 |
| HSL | 243.6º | 0.42% | 0.76% | - |
| HSV(B) | 243.6º | 0.23% | 0.86% | - |
| XYZ | 44.53 | 42.8 | 73.62 | - |
| YUV | 176.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 170 | 220 | 0.21 | 0.23 | 0 | 0.14 | 243.6 | 0.42 | 0.76 |
| Hex | AD | AA | DC | 15 | 17 | 0 | E | F4 | 2A | 4C |
| Octal | 255 | 252 | 334 | 25 | 27 | 0 | 16 | 364 | 52 | 114 |
| Binary | 10101101 | 10101010 | 11011100 | 10101 | 10111 | 0 | 1110 | 11110100 | 101010 | 1001100 |
Color Harmonies of #ADAADC
Complementary color
Monochromatic Colors of #ADAADC
Black with #ADAADC
Text Example
Text Example
White with #ADAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAADC; }
p { color: rgb(173,170,220); }
H1.HeaderClassName
{
color: #ADAADC;
}
.AnyTagClassName
{
color: #ADAADC;
}
</style>
background-color css
<style>
a { background-color: #ADAADC; }
a { background-color: rgb(173,170,220); }
div.DivClassName
{
background-color: #ADAADC;
}
.BgClassName
{
background-color: #ADAADC;
}
</style>
border-color css
<style>
span { border-color: #ADAADC; }
span { border-color: rgb(173,170,220); }
td.TdClassName
{
border-color: #ADAADC;
}
.TagClassName
{
border-color: #ADAADC;
}
</style>