Shades of Wistful #ADA8E0
Tints of Wistful #ADA8E0
RGB
CMYK
RGB Variations
Color information
#ADA8E0 (or 0xADA8E0) is known color: Wistful. HEX triplet: AD, A8 and E0. RGB value is (173,168,224). Sum of RGB (Red+Green+Blue) = 173+168+224=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADA8E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8E0 is #52571F. Grayscale: #AFAFAF. Windows color (decimal): -5396256 or 14723245. OLE color: 14723245.
HSL color Cylindrical-coordinate representation of color #ADA8E0: hue angle of 245.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA8E0 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 173 | 168 | 224 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.12 |
| HSL | 245.36º | 0.47% | 0.77% | - |
| HSV(B) | 245.36º | 0.25% | 0.88% | - |
| XYZ | 44.69 | 42.27 | 76.32 | - |
| YUV | 175.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 168 | 224 | 0.23 | 0.25 | 0 | 0.12 | 245.36 | 0.47 | 0.77 |
| Hex | AD | A8 | E0 | 17 | 19 | 0 | C | F5 | 2F | 4D |
| Octal | 255 | 250 | 340 | 27 | 31 | 0 | 14 | 365 | 57 | 115 |
| Binary | 10101101 | 10101000 | 11100000 | 10111 | 11001 | 0 | 1100 | 11110101 | 101111 | 1001101 |
Color Harmonies of #ADA8E0
Complementary color
Monochromatic Colors of #ADA8E0
Black with #ADA8E0
Text Example
Text Example
White with #ADA8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA8E0; }
p { color: rgb(173,168,224); }
H1.HeaderClassName
{
color: #ADA8E0;
}
.AnyTagClassName
{
color: #ADA8E0;
}
</style>
background-color css
<style>
a { background-color: #ADA8E0; }
a { background-color: rgb(173,168,224); }
div.DivClassName
{
background-color: #ADA8E0;
}
.BgClassName
{
background-color: #ADA8E0;
}
</style>
border-color css
<style>
span { border-color: #ADA8E0; }
span { border-color: rgb(173,168,224); }
td.TdClassName
{
border-color: #ADA8E0;
}
.TagClassName
{
border-color: #ADA8E0;
}
</style>