Shades of Wistful #ADADCB
Tints of Wistful #ADADCB
RGB
CMYK
RGB Variations
Color information
#ADADCB (or 0xADADCB) is known color: Wistful. HEX triplet: AD, AD and CB. RGB value is (173,173,203). Sum of RGB (Red+Green+Blue) = 173+173+203=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADCB is #525234. Grayscale: #B0B0B0. Windows color (decimal): -5394997 or 13348269. OLE color: 13348269.
HSL color Cylindrical-coordinate representation of color #ADADCB: hue angle of 240º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADADCB is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 173 | 203 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.20 |
| HSL | 240º | 0.22% | 0.74% | - |
| HSV(B) | 240º | 0.15% | 0.8% | - |
| XYZ | 42.96 | 43.08 | 62.55 | - |
| YUV | 176.42 | 143 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 173 | 203 | 0.15 | 0.15 | 0 | 0.20 | 240 | 0.22 | 0.74 |
| Hex | AD | AD | CB | F | F | 0 | 14 | F0 | 16 | 4A |
| Octal | 255 | 255 | 313 | 17 | 17 | 0 | 24 | 360 | 26 | 112 |
| Binary | 10101101 | 10101101 | 11001011 | 1111 | 1111 | 0 | 10100 | 11110000 | 10110 | 1001010 |
Color Harmonies of #ADADCB
Complementary color
Monochromatic Colors of #ADADCB
Black with #ADADCB
Text Example
Text Example
White with #ADADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADADCB; }
p { color: rgb(173,173,203); }
H1.HeaderClassName
{
color: #ADADCB;
}
.AnyTagClassName
{
color: #ADADCB;
}
</style>
background-color css
<style>
a { background-color: #ADADCB; }
a { background-color: rgb(173,173,203); }
div.DivClassName
{
background-color: #ADADCB;
}
.BgClassName
{
background-color: #ADADCB;
}
</style>
border-color css
<style>
span { border-color: #ADADCB; }
span { border-color: rgb(173,173,203); }
td.TdClassName
{
border-color: #ADADCB;
}
.TagClassName
{
border-color: #ADADCB;
}
</style>