Shades of Wistful #ADADC3
Tints of Wistful #ADADC3
RGB
CMYK
RGB Variations
Color information
#ADADC3 (or 0xADADC3) is known color: Wistful. HEX triplet: AD, AD and C3. RGB value is (173,173,195). Sum of RGB (Red+Green+Blue) = 173+173+195=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADADC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC3 is #52523C. Grayscale: #AFAFAF. Windows color (decimal): -5395005 or 12823981. OLE color: 12823981.
HSL color Cylindrical-coordinate representation of color #ADADC3: hue angle of 240º 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 #ADADC3 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 173 | 195 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.24 |
| HSL | 240º | 0.15% | 0.72% | - |
| HSV(B) | 240º | 0.11% | 0.76% | - |
| XYZ | 42.03 | 42.71 | 57.66 | - |
| YUV | 175.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 195 | 0.11 | 0.11 | 0 | 0.24 | 240 | 0.15 | 0.72 |
| Hex | AD | AD | C3 | B | B | 0 | 18 | F0 | F | 48 |
| Octal | 255 | 255 | 303 | 13 | 13 | 0 | 30 | 360 | 17 | 110 |
| Binary | 10101101 | 10101101 | 11000011 | 1011 | 1011 | 0 | 11000 | 11110000 | 1111 | 1001000 |
Color Harmonies of #ADADC3
Complementary color
Monochromatic Colors of #ADADC3
Black with #ADADC3
Text Example
Text Example
White with #ADADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC3; }
p { color: rgb(173,173,195); }
H1.HeaderClassName
{
color: #ADADC3;
}
.AnyTagClassName
{
color: #ADADC3;
}
</style>
background-color css
<style>
a { background-color: #ADADC3; }
a { background-color: rgb(173,173,195); }
div.DivClassName
{
background-color: #ADADC3;
}
.BgClassName
{
background-color: #ADADC3;
}
</style>
border-color css
<style>
span { border-color: #ADADC3; }
span { border-color: rgb(173,173,195); }
td.TdClassName
{
border-color: #ADADC3;
}
.TagClassName
{
border-color: #ADADC3;
}
</style>