Shades of Wistful #ADACC9
Tints of Wistful #ADACC9
RGB
CMYK
RGB Variations
Color information
#ADACC9 (or 0xADACC9) is known color: Wistful. HEX triplet: AD, AC and C9. RGB value is (173,172,201). Sum of RGB (Red+Green+Blue) = 173+172+201=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC9 is #525336. Grayscale: #AFAFAF. Windows color (decimal): -5395255 or 13216941. OLE color: 13216941.
HSL color Cylindrical-coordinate representation of color #ADACC9: hue angle of 242.07º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADACC9 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 172 | 201 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.21 |
| HSL | 242.07º | 0.21% | 0.73% | - |
| HSV(B) | 242.07º | 0.14% | 0.79% | - |
| XYZ | 42.53 | 42.61 | 61.24 | - |
| YUV | 175.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 201 | 0.14 | 0.14 | 0 | 0.21 | 242.07 | 0.21 | 0.73 |
| Hex | AD | AC | C9 | E | E | 0 | 15 | F2 | 15 | 49 |
| Octal | 255 | 254 | 311 | 16 | 16 | 0 | 25 | 362 | 25 | 111 |
| Binary | 10101101 | 10101100 | 11001001 | 1110 | 1110 | 0 | 10101 | 11110010 | 10101 | 1001001 |
Color Harmonies of #ADACC9
Complementary color
Monochromatic Colors of #ADACC9
Black with #ADACC9
Text Example
Text Example
White with #ADACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC9; }
p { color: rgb(173,172,201); }
H1.HeaderClassName
{
color: #ADACC9;
}
.AnyTagClassName
{
color: #ADACC9;
}
</style>
background-color css
<style>
a { background-color: #ADACC9; }
a { background-color: rgb(173,172,201); }
div.DivClassName
{
background-color: #ADACC9;
}
.BgClassName
{
background-color: #ADACC9;
}
</style>
border-color css
<style>
span { border-color: #ADACC9; }
span { border-color: rgb(173,172,201); }
td.TdClassName
{
border-color: #ADACC9;
}
.TagClassName
{
border-color: #ADACC9;
}
</style>