Shades of Wistful #ADACCF
Tints of Wistful #ADACCF
RGB
CMYK
RGB Variations
Color information
#ADACCF (or 0xADACCF) is known color: Wistful. HEX triplet: AD, AC and CF. RGB value is (173,172,207). Sum of RGB (Red+Green+Blue) = 173+172+207=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADACCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACCF is #525330. Grayscale: #B0B0B0. Windows color (decimal): -5395249 or 13610157. OLE color: 13610157.
HSL color Cylindrical-coordinate representation of color #ADACCF: hue angle of 241.71º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADACCF is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 172 | 207 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.19 |
| HSL | 241.71º | 0.27% | 0.74% | - |
| HSV(B) | 241.71º | 0.17% | 0.81% | - |
| XYZ | 43.25 | 42.89 | 65.03 | - |
| YUV | 176.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 207 | 0.16 | 0.17 | 0 | 0.19 | 241.71 | 0.27 | 0.74 |
| Hex | AD | AC | CF | 10 | 11 | 0 | 13 | F2 | 1B | 4A |
| Octal | 255 | 254 | 317 | 20 | 21 | 0 | 23 | 362 | 33 | 112 |
| Binary | 10101101 | 10101100 | 11001111 | 10000 | 10001 | 0 | 10011 | 11110010 | 11011 | 1001010 |
Color Harmonies of #ADACCF
Complementary color
Monochromatic Colors of #ADACCF
Black with #ADACCF
Text Example
Text Example
White with #ADACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACCF; }
p { color: rgb(173,172,207); }
H1.HeaderClassName
{
color: #ADACCF;
}
.AnyTagClassName
{
color: #ADACCF;
}
</style>
background-color css
<style>
a { background-color: #ADACCF; }
a { background-color: rgb(173,172,207); }
div.DivClassName
{
background-color: #ADACCF;
}
.BgClassName
{
background-color: #ADACCF;
}
</style>
border-color css
<style>
span { border-color: #ADACCF; }
span { border-color: rgb(173,172,207); }
td.TdClassName
{
border-color: #ADACCF;
}
.TagClassName
{
border-color: #ADACCF;
}
</style>