Shades of Wistful #ADACC8
Tints of Wistful #ADACC8
RGB
CMYK
RGB Variations
Color information
#ADACC8 (or 0xADACC8) is known color: Wistful. HEX triplet: AD, AC and C8. RGB value is (173,172,200). Sum of RGB (Red+Green+Blue) = 173+172+200=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 200 (78.52% from 255 or 36.70% from 545); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADACC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC8 is #525337. Grayscale: #AFAFAF. Windows color (decimal): -5395256 or 13151405. OLE color: 13151405.
HSL color Cylindrical-coordinate representation of color #ADACC8: hue angle of 242.14º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADACC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 172 | 200 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.22 |
| HSL | 242.14º | 0.2% | 0.73% | - |
| HSV(B) | 242.14º | 0.14% | 0.78% | - |
| XYZ | 42.41 | 42.56 | 60.62 | - |
| YUV | 175.49 | 141.83 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 200 | 0.14 | 0.14 | 0 | 0.22 | 242.14 | 0.2 | 0.73 |
| Hex | AD | AC | C8 | E | E | 0 | 16 | F2 | 14 | 49 |
| Octal | 255 | 254 | 310 | 16 | 16 | 0 | 26 | 362 | 24 | 111 |
| Binary | 10101101 | 10101100 | 11001000 | 1110 | 1110 | 0 | 10110 | 11110010 | 10100 | 1001001 |
Color Harmonies of #ADACC8
Complementary color
Monochromatic Colors of #ADACC8
Black with #ADACC8
Text Example
Text Example
White with #ADACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC8; }
p { color: rgb(173,172,200); }
H1.HeaderClassName
{
color: #ADACC8;
}
.AnyTagClassName
{
color: #ADACC8;
}
</style>
background-color css
<style>
a { background-color: #ADACC8; }
a { background-color: rgb(173,172,200); }
div.DivClassName
{
background-color: #ADACC8;
}
.BgClassName
{
background-color: #ADACC8;
}
</style>
border-color css
<style>
span { border-color: #ADACC8; }
span { border-color: rgb(173,172,200); }
td.TdClassName
{
border-color: #ADACC8;
}
.TagClassName
{
border-color: #ADACC8;
}
</style>