Shades of Wistful #ADA4D3
Tints of Wistful #ADA4D3
RGB
CMYK
RGB Variations
Color information
#ADA4D3 (or 0xADA4D3) is known color: Wistful. HEX triplet: AD, A4 and D3. RGB value is (173,164,211). Sum of RGB (Red+Green+Blue) = 173+164+211=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 211 (82.81% from 255 or 38.50% from 548); Max value from RGB is 211 - color contains mainly: blue. Hex color #ADA4D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4D3 is #525B2C. Grayscale: #ABABAB. Windows color (decimal): -5397293 or 13870253. OLE color: 13870253.
HSL color Cylindrical-coordinate representation of color #ADA4D3: hue angle of 251.49º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADA4D3 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 164 | 211 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.17 |
| HSL | 251.49º | 0.35% | 0.74% | - |
| HSV(B) | 251.49º | 0.22% | 0.83% | - |
| XYZ | 42.27 | 40.14 | 67.15 | - |
| YUV | 172.05 | 149.98 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 164 | 211 | 0.18 | 0.22 | 0 | 0.17 | 251.49 | 0.35 | 0.74 |
| Hex | AD | A4 | D3 | 12 | 16 | 0 | 11 | FB | 23 | 4A |
| Octal | 255 | 244 | 323 | 22 | 26 | 0 | 21 | 373 | 43 | 112 |
| Binary | 10101101 | 10100100 | 11010011 | 10010 | 10110 | 0 | 10001 | 11111011 | 100011 | 1001010 |
Color Harmonies of #ADA4D3
Complementary color
Monochromatic Colors of #ADA4D3
Black with #ADA4D3
Text Example
Text Example
White with #ADA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA4D3; }
p { color: rgb(173,164,211); }
H1.HeaderClassName
{
color: #ADA4D3;
}
.AnyTagClassName
{
color: #ADA4D3;
}
</style>
background-color css
<style>
a { background-color: #ADA4D3; }
a { background-color: rgb(173,164,211); }
div.DivClassName
{
background-color: #ADA4D3;
}
.BgClassName
{
background-color: #ADA4D3;
}
</style>
border-color css
<style>
span { border-color: #ADA4D3; }
span { border-color: rgb(173,164,211); }
td.TdClassName
{
border-color: #ADA4D3;
}
.TagClassName
{
border-color: #ADA4D3;
}
</style>