Shades of Wistful #ADADC8
Tints of Wistful #ADADC8
RGB
CMYK
RGB Variations
Color information
#ADADC8 (or 0xADADC8) is known color: Wistful. HEX triplet: AD, AD and C8. RGB value is (173,173,200). Sum of RGB (Red+Green+Blue) = 173+173+200=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 200 (78.52% from 255 or 36.63% from 546); Max value from RGB is 200 - color contains mainly: blue. Hex color #ADADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC8 is #525237. Grayscale: #AFAFAF. Windows color (decimal): -5395000 or 13151661. OLE color: 13151661.
HSL color Cylindrical-coordinate representation of color #ADADC8: hue angle of 240º degrees, saturation: 0.2, 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 #ADADC8 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 173 | 173 | 200 | - |
CMYK | 0.14 | 0.14 | 0 | 0.22 |
HSL | 240º | 0.2% | 0.73% | - |
HSV(B) | 240º | 0.14% | 0.78% | - |
XYZ | 42.6 | 42.94 | 60.69 | - |
YUV | 176.08 | 141.5 | 125.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 173 | 200 | 0.14 | 0.14 | 0 | 0.22 | 240 | 0.2 | 0.73 |
Hex | AD | AD | C8 | E | E | 0 | 16 | F0 | 14 | 49 |
Octal | 255 | 255 | 310 | 16 | 16 | 0 | 26 | 360 | 24 | 111 |
Binary | 10101101 | 10101101 | 11001000 | 1110 | 1110 | 0 | 10110 | 11110000 | 10100 | 1001001 |
Color Harmonies of #ADADC8
Complementary color
Monochromatic Colors of #ADADC8
Black with #ADADC8
Text Example
Text Example
White with #ADADC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADC8; }
p { color: rgb(173,173,200); }
H1.HeaderClassName
{
color: #ADADC8;
}
.AnyTagClassName
{
color: #ADADC8;
}
</style>
background-color css
<style>
a { background-color: #ADADC8; }
a { background-color: rgb(173,173,200); }
div.DivClassName
{
background-color: #ADADC8;
}
.BgClassName
{
background-color: #ADADC8;
}
</style>
border-color css
<style>
span { border-color: #ADADC8; }
span { border-color: rgb(173,173,200); }
td.TdClassName
{
border-color: #ADADC8;
}
.TagClassName
{
border-color: #ADADC8;
}
</style>