Shades of Wistful #ADADC4
Tints of Wistful #ADADC4
RGB
CMYK
RGB Variations
Color information
#ADADC4 (or 0xADADC4) is known color: Wistful. HEX triplet: AD, AD and C4. RGB value is (173,173,196). Sum of RGB (Red+Green+Blue) = 173+173+196=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 196 - color contains mainly: blue. Hex color #ADADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC4 is #52523B. Grayscale: #AFAFAF. Windows color (decimal): -5395004 or 12889517. OLE color: 12889517.
HSL color Cylindrical-coordinate representation of color #ADADC4: hue angle of 240º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADADC4 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 173 | 196 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.23 |
| HSL | 240º | 0.16% | 0.72% | - |
| HSV(B) | 240º | 0.12% | 0.77% | - |
| XYZ | 42.14 | 42.76 | 58.26 | - |
| YUV | 175.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 196 | 0.12 | 0.12 | 0 | 0.23 | 240 | 0.16 | 0.72 |
| Hex | AD | AD | C4 | C | C | 0 | 17 | F0 | 10 | 48 |
| Octal | 255 | 255 | 304 | 14 | 14 | 0 | 27 | 360 | 20 | 110 |
| Binary | 10101101 | 10101101 | 11000100 | 1100 | 1100 | 0 | 10111 | 11110000 | 10000 | 1001000 |
Color Harmonies of #ADADC4
Complementary color
Monochromatic Colors of #ADADC4
Black with #ADADC4
Text Example
Text Example
White with #ADADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC4; }
p { color: rgb(173,173,196); }
H1.HeaderClassName
{
color: #ADADC4;
}
.AnyTagClassName
{
color: #ADADC4;
}
</style>
background-color css
<style>
a { background-color: #ADADC4; }
a { background-color: rgb(173,173,196); }
div.DivClassName
{
background-color: #ADADC4;
}
.BgClassName
{
background-color: #ADADC4;
}
</style>
border-color css
<style>
span { border-color: #ADADC4; }
span { border-color: rgb(173,173,196); }
td.TdClassName
{
border-color: #ADADC4;
}
.TagClassName
{
border-color: #ADADC4;
}
</style>