Shades of Wistful #ADABDC
Tints of Wistful #ADABDC
RGB
CMYK
RGB Variations
Color information
#ADABDC (or 0xADABDC) is known color: Wistful. HEX triplet: AD, AB and DC. RGB value is (173,171,220). Sum of RGB (Red+Green+Blue) = 173+171+220=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABDC is #525423. Grayscale: #B0B0B0. Windows color (decimal): -5395492 or 14461869. OLE color: 14461869.
HSL color Cylindrical-coordinate representation of color #ADABDC: hue angle of 242.45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADABDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 171 | 220 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.14 |
| HSL | 242.45º | 0.41% | 0.77% | - |
| HSV(B) | 242.45º | 0.22% | 0.86% | - |
| XYZ | 44.71 | 43.18 | 73.69 | - |
| YUV | 177.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 220 | 0.21 | 0.22 | 0 | 0.14 | 242.45 | 0.41 | 0.77 |
| Hex | AD | AB | DC | 15 | 16 | 0 | E | F2 | 29 | 4D |
| Octal | 255 | 253 | 334 | 25 | 26 | 0 | 16 | 362 | 51 | 115 |
| Binary | 10101101 | 10101011 | 11011100 | 10101 | 10110 | 0 | 1110 | 11110010 | 101001 | 1001101 |
Color Harmonies of #ADABDC
Complementary color
Monochromatic Colors of #ADABDC
Black with #ADABDC
Text Example
Text Example
White with #ADABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABDC; }
p { color: rgb(173,171,220); }
H1.HeaderClassName
{
color: #ADABDC;
}
.AnyTagClassName
{
color: #ADABDC;
}
</style>
background-color css
<style>
a { background-color: #ADABDC; }
a { background-color: rgb(173,171,220); }
div.DivClassName
{
background-color: #ADABDC;
}
.BgClassName
{
background-color: #ADABDC;
}
</style>
border-color css
<style>
span { border-color: #ADABDC; }
span { border-color: rgb(173,171,220); }
td.TdClassName
{
border-color: #ADABDC;
}
.TagClassName
{
border-color: #ADABDC;
}
</style>