Shades of Wistful #ADADC7
Tints of Wistful #ADADC7
RGB
CMYK
RGB Variations
Color information
#ADADC7 (or 0xADADC7) is known color: Wistful. HEX triplet: AD, AD and C7. RGB value is (173,173,199). Sum of RGB (Red+Green+Blue) = 173+173+199=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADADC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC7 is #525238. Grayscale: #AFAFAF. Windows color (decimal): -5395001 or 13086125. OLE color: 13086125.
HSL color Cylindrical-coordinate representation of color #ADADC7: hue angle of 240º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADADC7 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 173 | 199 | - |
CMYK | 0.13 | 0.13 | 0 | 0.22 |
HSL | 240º | 0.19% | 0.73% | - |
HSV(B) | 240º | 0.13% | 0.78% | - |
XYZ | 42.49 | 42.89 | 60.07 | - |
YUV | 175.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 199 | 0.13 | 0.13 | 0 | 0.22 | 240 | 0.19 | 0.73 |
Hex | AD | AD | C7 | D | D | 0 | 16 | F0 | 13 | 49 |
Octal | 255 | 255 | 307 | 15 | 15 | 0 | 26 | 360 | 23 | 111 |
Binary | 10101101 | 10101101 | 11000111 | 1101 | 1101 | 0 | 10110 | 11110000 | 10011 | 1001001 |
Color Harmonies of #ADADC7
Complementary color
Monochromatic Colors of #ADADC7
Black with #ADADC7
Text Example
Text Example
White with #ADADC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC7; }
p { color: rgb(173,173,199); }
H1.HeaderClassName
{
color: #ADADC7;
}
.AnyTagClassName
{
color: #ADADC7;
}
</style>
background-color css
<style>
a { background-color: #ADADC7; }
a { background-color: rgb(173,173,199); }
div.DivClassName
{
background-color: #ADADC7;
}
.BgClassName
{
background-color: #ADADC7;
}
</style>
border-color css
<style>
span { border-color: #ADADC7; }
span { border-color: rgb(173,173,199); }
td.TdClassName
{
border-color: #ADADC7;
}
.TagClassName
{
border-color: #ADADC7;
}
</style>