Shades of Wistful #ADAAC2
Tints of Wistful #ADAAC2
RGB
CMYK
RGB Variations
Color information
#ADAAC2 (or 0xADAAC2) is known color: Wistful. HEX triplet: AD, AA and C2. RGB value is (173,170,194). Sum of RGB (Red+Green+Blue) = 173+170+194=537 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.22% from 537); Green value is 170 (66.80% from 255 or 31.66% from 537); Blue value is 194 (76.17% from 255 or 36.13% from 537); Max value from RGB is 194 - color contains mainly: blue. Hex color #ADAAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAC2 is #52553D. Grayscale: #ADADAD. Windows color (decimal): -5395774 or 12757677. OLE color: 12757677.
HSL color Cylindrical-coordinate representation of color #ADAAC2: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADAAC2 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 170 | 194 | - |
CMYK | 0.11 | 0.12 | 0 | 0.24 |
HSL | 247.5º | 0.16% | 0.71% | - |
HSV(B) | 247.5º | 0.12% | 0.76% | - |
XYZ | 41.35 | 41.53 | 56.88 | - |
YUV | 173.63 | 139.49 | 127.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 170 | 194 | 0.11 | 0.12 | 0 | 0.24 | 247.5 | 0.16 | 0.71 |
Hex | AD | AA | C2 | B | C | 0 | 18 | F8 | 10 | 47 |
Octal | 255 | 252 | 302 | 13 | 14 | 0 | 30 | 370 | 20 | 107 |
Binary | 10101101 | 10101010 | 11000010 | 1011 | 1100 | 0 | 11000 | 11111000 | 10000 | 1000111 |
Color Harmonies of #ADAAC2
Complementary color
Monochromatic Colors of #ADAAC2
Black with #ADAAC2
Text Example
Text Example
White with #ADAAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAAC2; }
p { color: rgb(173,170,194); }
H1.HeaderClassName
{
color: #ADAAC2;
}
.AnyTagClassName
{
color: #ADAAC2;
}
</style>
background-color css
<style>
a { background-color: #ADAAC2; }
a { background-color: rgb(173,170,194); }
div.DivClassName
{
background-color: #ADAAC2;
}
.BgClassName
{
background-color: #ADAAC2;
}
</style>
border-color css
<style>
span { border-color: #ADAAC2; }
span { border-color: rgb(173,170,194); }
td.TdClassName
{
border-color: #ADAAC2;
}
.TagClassName
{
border-color: #ADAAC2;
}
</style>