Shades of Wistful #ADABC2
Tints of Wistful #ADABC2
RGB
CMYK
RGB Variations
Color information
#ADABC2 (or 0xADABC2) is known color: Wistful. HEX triplet: AD, AB and C2. RGB value is (173,171,194). Sum of RGB (Red+Green+Blue) = 173+171+194=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABC2 is #52543D. Grayscale: #AEAEAE. Windows color (decimal): -5395518 or 12757933. OLE color: 12757933.
HSL color Cylindrical-coordinate representation of color #ADABC2: hue angle of 245.22º 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 #ADABC2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 171 | 194 | - |
| CMYK | 0.11 | 0.12 | 0 | 0.24 |
| HSL | 245.22º | 0.16% | 0.72% | - |
| HSV(B) | 245.22º | 0.12% | 0.76% | - |
| XYZ | 41.53 | 41.91 | 56.94 | - |
| YUV | 174.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 194 | 0.11 | 0.12 | 0 | 0.24 | 245.22 | 0.16 | 0.72 |
| Hex | AD | AB | C2 | B | C | 0 | 18 | F5 | 10 | 48 |
| Octal | 255 | 253 | 302 | 13 | 14 | 0 | 30 | 365 | 20 | 110 |
| Binary | 10101101 | 10101011 | 11000010 | 1011 | 1100 | 0 | 11000 | 11110101 | 10000 | 1001000 |
Color Harmonies of #ADABC2
Complementary color
Monochromatic Colors of #ADABC2
Black with #ADABC2
Text Example
Text Example
White with #ADABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABC2; }
p { color: rgb(173,171,194); }
H1.HeaderClassName
{
color: #ADABC2;
}
.AnyTagClassName
{
color: #ADABC2;
}
</style>
background-color css
<style>
a { background-color: #ADABC2; }
a { background-color: rgb(173,171,194); }
div.DivClassName
{
background-color: #ADABC2;
}
.BgClassName
{
background-color: #ADABC2;
}
</style>
border-color css
<style>
span { border-color: #ADABC2; }
span { border-color: rgb(173,171,194); }
td.TdClassName
{
border-color: #ADABC2;
}
.TagClassName
{
border-color: #ADABC2;
}
</style>