Shades of Wistful #ADA9CE
Tints of Wistful #ADA9CE
RGB
CMYK
RGB Variations
Color information
#ADA9CE (or 0xADA9CE) is known color: Wistful. HEX triplet: AD, A9 and CE. RGB value is (173,169,206). Sum of RGB (Red+Green+Blue) = 173+169+206=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADA9CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9CE is #525631. Grayscale: #AEAEAE. Windows color (decimal): -5396018 or 13543853. OLE color: 13543853.
HSL color Cylindrical-coordinate representation of color #ADA9CE: hue angle of 246.49º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADA9CE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 169 | 206 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.19 |
| HSL | 246.49º | 0.27% | 0.74% | - |
| HSV(B) | 246.49º | 0.18% | 0.81% | - |
| XYZ | 42.56 | 41.72 | 64.2 | - |
| YUV | 174.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 169 | 206 | 0.16 | 0.18 | 0 | 0.19 | 246.49 | 0.27 | 0.74 |
| Hex | AD | A9 | CE | 10 | 12 | 0 | 13 | F6 | 1B | 4A |
| Octal | 255 | 251 | 316 | 20 | 22 | 0 | 23 | 366 | 33 | 112 |
| Binary | 10101101 | 10101001 | 11001110 | 10000 | 10010 | 0 | 10011 | 11110110 | 11011 | 1001010 |
Color Harmonies of #ADA9CE
Complementary color
Monochromatic Colors of #ADA9CE
Black with #ADA9CE
Text Example
Text Example
White with #ADA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADA9CE; }
p { color: rgb(173,169,206); }
H1.HeaderClassName
{
color: #ADA9CE;
}
.AnyTagClassName
{
color: #ADA9CE;
}
</style>
background-color css
<style>
a { background-color: #ADA9CE; }
a { background-color: rgb(173,169,206); }
div.DivClassName
{
background-color: #ADA9CE;
}
.BgClassName
{
background-color: #ADA9CE;
}
</style>
border-color css
<style>
span { border-color: #ADA9CE; }
span { border-color: rgb(173,169,206); }
td.TdClassName
{
border-color: #ADA9CE;
}
.TagClassName
{
border-color: #ADA9CE;
}
</style>