Shades of Wistful #ADABD4
Tints of Wistful #ADABD4
RGB
CMYK
RGB Variations
Color information
#ADABD4 (or 0xADABD4) is known color: Wistful. HEX triplet: AD, AB and D4. RGB value is (173,171,212). Sum of RGB (Red+Green+Blue) = 173+171+212=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 212 (83.20% from 255 or 38.13% from 556); Max value from RGB is 212 - color contains mainly: blue. Hex color #ADABD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD4 is #52542B. Grayscale: #B0B0B0. Windows color (decimal): -5395500 or 13937581. OLE color: 13937581.
HSL color Cylindrical-coordinate representation of color #ADABD4: hue angle of 242.93º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADABD4 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 171 | 212 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.17 |
| HSL | 242.93º | 0.32% | 0.75% | - |
| HSV(B) | 242.93º | 0.19% | 0.83% | - |
| XYZ | 43.68 | 42.76 | 68.24 | - |
| YUV | 176.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 171 | 212 | 0.18 | 0.19 | 0 | 0.17 | 242.93 | 0.32 | 0.75 |
| Hex | AD | AB | D4 | 12 | 13 | 0 | 11 | F3 | 20 | 4B |
| Octal | 255 | 253 | 324 | 22 | 23 | 0 | 21 | 363 | 40 | 113 |
| Binary | 10101101 | 10101011 | 11010100 | 10010 | 10011 | 0 | 10001 | 11110011 | 100000 | 1001011 |
Color Harmonies of #ADABD4
Complementary color
Monochromatic Colors of #ADABD4
Black with #ADABD4
Text Example
Text Example
White with #ADABD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADABD4; }
p { color: rgb(173,171,212); }
H1.HeaderClassName
{
color: #ADABD4;
}
.AnyTagClassName
{
color: #ADABD4;
}
</style>
background-color css
<style>
a { background-color: #ADABD4; }
a { background-color: rgb(173,171,212); }
div.DivClassName
{
background-color: #ADABD4;
}
.BgClassName
{
background-color: #ADABD4;
}
</style>
border-color css
<style>
span { border-color: #ADABD4; }
span { border-color: rgb(173,171,212); }
td.TdClassName
{
border-color: #ADABD4;
}
.TagClassName
{
border-color: #ADABD4;
}
</style>