Shades of Wistful #ADACC3
Tints of Wistful #ADACC3
RGB
CMYK
RGB Variations
Color information
#ADACC3 (or 0xADACC3) is known color: Wistful. HEX triplet: AD, AC and C3. RGB value is (173,172,195). Sum of RGB (Red+Green+Blue) = 173+172+195=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADACC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC3 is #52533C. Grayscale: #AEAEAE. Windows color (decimal): -5395261 or 12823725. OLE color: 12823725.
HSL color Cylindrical-coordinate representation of color #ADACC3: hue angle of 242.61º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADACC3 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 172 | 195 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.24 |
| HSL | 242.61º | 0.16% | 0.72% | - |
| HSV(B) | 242.61º | 0.12% | 0.76% | - |
| XYZ | 41.84 | 42.33 | 57.6 | - |
| YUV | 174.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 195 | 0.11 | 0.12 | 0 | 0.24 | 242.61 | 0.16 | 0.72 |
| Hex | AD | AC | C3 | B | C | 0 | 18 | F3 | 10 | 48 |
| Octal | 255 | 254 | 303 | 13 | 14 | 0 | 30 | 363 | 20 | 110 |
| Binary | 10101101 | 10101100 | 11000011 | 1011 | 1100 | 0 | 11000 | 11110011 | 10000 | 1001000 |
Color Harmonies of #ADACC3
Complementary color
Monochromatic Colors of #ADACC3
Black with #ADACC3
Text Example
Text Example
White with #ADACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC3; }
p { color: rgb(173,172,195); }
H1.HeaderClassName
{
color: #ADACC3;
}
.AnyTagClassName
{
color: #ADACC3;
}
</style>
background-color css
<style>
a { background-color: #ADACC3; }
a { background-color: rgb(173,172,195); }
div.DivClassName
{
background-color: #ADACC3;
}
.BgClassName
{
background-color: #ADACC3;
}
</style>
border-color css
<style>
span { border-color: #ADACC3; }
span { border-color: rgb(173,172,195); }
td.TdClassName
{
border-color: #ADACC3;
}
.TagClassName
{
border-color: #ADACC3;
}
</style>