Shades of Wistful #ADACC2
Tints of Wistful #ADACC2
RGB
CMYK
RGB Variations
Color information
#ADACC2 (or 0xADACC2) is known color: Wistful. HEX triplet: AD, AC and C2. RGB value is (173,172,194). Sum of RGB (Red+Green+Blue) = 173+172+194=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADACC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACC2 is #52533D. Grayscale: #AEAEAE. Windows color (decimal): -5395262 or 12758189. OLE color: 12758189.
HSL color Cylindrical-coordinate representation of color #ADACC2: hue angle of 242.73º degrees, saturation: 0.15, 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 #ADACC2 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 172 | 194 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.24 |
| HSL | 242.73º | 0.15% | 0.72% | - |
| HSV(B) | 242.73º | 0.11% | 0.76% | - |
| XYZ | 41.72 | 42.28 | 57 | - |
| YUV | 174.81 | 138.83 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 172 | 194 | 0.11 | 0.11 | 0 | 0.24 | 242.73 | 0.15 | 0.72 |
| Hex | AD | AC | C2 | B | B | 0 | 18 | F3 | F | 48 |
| Octal | 255 | 254 | 302 | 13 | 13 | 0 | 30 | 363 | 17 | 110 |
| Binary | 10101101 | 10101100 | 11000010 | 1011 | 1011 | 0 | 11000 | 11110011 | 1111 | 1001000 |
Color Harmonies of #ADACC2
Complementary color
Monochromatic Colors of #ADACC2
Black with #ADACC2
Text Example
Text Example
White with #ADACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADACC2; }
p { color: rgb(173,172,194); }
H1.HeaderClassName
{
color: #ADACC2;
}
.AnyTagClassName
{
color: #ADACC2;
}
</style>
background-color css
<style>
a { background-color: #ADACC2; }
a { background-color: rgb(173,172,194); }
div.DivClassName
{
background-color: #ADACC2;
}
.BgClassName
{
background-color: #ADACC2;
}
</style>
border-color css
<style>
span { border-color: #ADACC2; }
span { border-color: rgb(173,172,194); }
td.TdClassName
{
border-color: #ADACC2;
}
.TagClassName
{
border-color: #ADACC2;
}
</style>