Shades of Wistful #ADACC1
Tints of Wistful #ADACC1
RGB
CMYK
RGB Variations
Color information
#ADACC1 (or 0xADACC1) is known color: Wistful. HEX triplet: AD, AC and C1. RGB value is (173,172,193). Sum of RGB (Red+Green+Blue) = 173+172+193=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC1 is #52533E. Grayscale: #AEAEAE. Windows color (decimal): -5395263 or 12692653. OLE color: 12692653.
HSL color Cylindrical-coordinate representation of color #ADACC1: hue angle of 242.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADACC1 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 172 | 193 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.24 |
| HSL | 242.86º | 0.14% | 0.72% | - |
| HSV(B) | 242.86º | 0.11% | 0.76% | - |
| XYZ | 41.61 | 42.24 | 56.41 | - |
| YUV | 174.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 193 | 0.10 | 0.11 | 0 | 0.24 | 242.86 | 0.14 | 0.72 |
| Hex | AD | AC | C1 | A | B | 0 | 18 | F3 | E | 48 |
| Octal | 255 | 254 | 301 | 12 | 13 | 0 | 30 | 363 | 16 | 110 |
| Binary | 10101101 | 10101100 | 11000001 | 1010 | 1011 | 0 | 11000 | 11110011 | 1110 | 1001000 |
Color Harmonies of #ADACC1
Complementary color
Monochromatic Colors of #ADACC1
Black with #ADACC1
Text Example
Text Example
White with #ADACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC1; }
p { color: rgb(173,172,193); }
H1.HeaderClassName
{
color: #ADACC1;
}
.AnyTagClassName
{
color: #ADACC1;
}
</style>
background-color css
<style>
a { background-color: #ADACC1; }
a { background-color: rgb(173,172,193); }
div.DivClassName
{
background-color: #ADACC1;
}
.BgClassName
{
background-color: #ADACC1;
}
</style>
border-color css
<style>
span { border-color: #ADACC1; }
span { border-color: rgb(173,172,193); }
td.TdClassName
{
border-color: #ADACC1;
}
.TagClassName
{
border-color: #ADACC1;
}
</style>