Shades of Wistful #ADA4D1
Tints of Wistful #ADA4D1
RGB
CMYK
RGB Variations
Color information
#ADA4D1 (or 0xADA4D1) is known color: Wistful. HEX triplet: AD, A4 and D1. RGB value is (173,164,209). Sum of RGB (Red+Green+Blue) = 173+164+209=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADA4D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4D1 is #525B2E. Grayscale: #ABABAB. Windows color (decimal): -5397295 or 13739181. OLE color: 13739181.
HSL color Cylindrical-coordinate representation of color #ADA4D1: hue angle of 252º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA4D1 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 164 | 209 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.18 |
| HSL | 252º | 0.33% | 0.73% | - |
| HSV(B) | 252º | 0.22% | 0.82% | - |
| XYZ | 42.02 | 40.04 | 65.84 | - |
| YUV | 171.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 209 | 0.17 | 0.22 | 0 | 0.18 | 252 | 0.33 | 0.73 |
| Hex | AD | A4 | D1 | 11 | 16 | 0 | 12 | FC | 21 | 49 |
| Octal | 255 | 244 | 321 | 21 | 26 | 0 | 22 | 374 | 41 | 111 |
| Binary | 10101101 | 10100100 | 11010001 | 10001 | 10110 | 0 | 10010 | 11111100 | 100001 | 1001001 |
Color Harmonies of #ADA4D1
Complementary color
Monochromatic Colors of #ADA4D1
Black with #ADA4D1
Text Example
Text Example
White with #ADA4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4D1; }
p { color: rgb(173,164,209); }
H1.HeaderClassName
{
color: #ADA4D1;
}
.AnyTagClassName
{
color: #ADA4D1;
}
</style>
background-color css
<style>
a { background-color: #ADA4D1; }
a { background-color: rgb(173,164,209); }
div.DivClassName
{
background-color: #ADA4D1;
}
.BgClassName
{
background-color: #ADA4D1;
}
</style>
border-color css
<style>
span { border-color: #ADA4D1; }
span { border-color: rgb(173,164,209); }
td.TdClassName
{
border-color: #ADA4D1;
}
.TagClassName
{
border-color: #ADA4D1;
}
</style>