Shades of Wistful #ADA8D4
Tints of Wistful #ADA8D4
RGB
CMYK
RGB Variations
Color information
#ADA8D4 (or 0xADA8D4) is known color: Wistful. HEX triplet: AD, A8 and D4. RGB value is (173,168,212). Sum of RGB (Red+Green+Blue) = 173+168+212=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADA8D4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8D4 is #52572B. Grayscale: #AEAEAE. Windows color (decimal): -5396268 or 13936813. OLE color: 13936813.
HSL color Cylindrical-coordinate representation of color #ADA8D4: hue angle of 246.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADA8D4 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 168 | 212 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.17 |
| HSL | 246.82º | 0.34% | 0.75% | - |
| HSV(B) | 246.82º | 0.21% | 0.83% | - |
| XYZ | 43.12 | 41.64 | 68.05 | - |
| YUV | 174.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 212 | 0.18 | 0.21 | 0 | 0.17 | 246.82 | 0.34 | 0.75 |
| Hex | AD | A8 | D4 | 12 | 15 | 0 | 11 | F7 | 22 | 4B |
| Octal | 255 | 250 | 324 | 22 | 25 | 0 | 21 | 367 | 42 | 113 |
| Binary | 10101101 | 10101000 | 11010100 | 10010 | 10101 | 0 | 10001 | 11110111 | 100010 | 1001011 |
Color Harmonies of #ADA8D4
Complementary color
Monochromatic Colors of #ADA8D4
Black with #ADA8D4
Text Example
Text Example
White with #ADA8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8D4; }
p { color: rgb(173,168,212); }
H1.HeaderClassName
{
color: #ADA8D4;
}
.AnyTagClassName
{
color: #ADA8D4;
}
</style>
background-color css
<style>
a { background-color: #ADA8D4; }
a { background-color: rgb(173,168,212); }
div.DivClassName
{
background-color: #ADA8D4;
}
.BgClassName
{
background-color: #ADA8D4;
}
</style>
border-color css
<style>
span { border-color: #ADA8D4; }
span { border-color: rgb(173,168,212); }
td.TdClassName
{
border-color: #ADA8D4;
}
.TagClassName
{
border-color: #ADA8D4;
}
</style>