Shades of Wistful #AAABDD
Tints of Wistful #AAABDD
RGB
CMYK
RGB Variations
Color information
#AAABDD (or 0xAAABDD) is known color: Wistful. HEX triplet: AA, AB and DD. RGB value is (170,171,221). Sum of RGB (Red+Green+Blue) = 170+171+221=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABDD is #555422. Grayscale: #B0B0B0. Windows color (decimal): -5592099 or 14527402. OLE color: 14527402.
HSL color Cylindrical-coordinate representation of color #AAABDD: hue angle of 238.82º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAABDD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 171 | 221 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.13 |
| HSL | 238.82º | 0.43% | 0.77% | - |
| HSV(B) | 238.82º | 0.23% | 0.87% | - |
| XYZ | 44.19 | 42.89 | 74.36 | - |
| YUV | 176.4 | 153.17 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 221 | 0.23 | 0.23 | 0 | 0.13 | 238.82 | 0.43 | 0.77 |
| Hex | AA | AB | DD | 17 | 17 | 0 | D | EF | 2B | 4D |
| Octal | 252 | 253 | 335 | 27 | 27 | 0 | 15 | 357 | 53 | 115 |
| Binary | 10101010 | 10101011 | 11011101 | 10111 | 10111 | 0 | 1101 | 11101111 | 101011 | 1001101 |
Color Harmonies of #AAABDD
Complementary color
Monochromatic Colors of #AAABDD
Black with #AAABDD
Text Example
Text Example
White with #AAABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABDD; }
p { color: rgb(170,171,221); }
H1.HeaderClassName
{
color: #AAABDD;
}
.AnyTagClassName
{
color: #AAABDD;
}
</style>
background-color css
<style>
a { background-color: #AAABDD; }
a { background-color: rgb(170,171,221); }
div.DivClassName
{
background-color: #AAABDD;
}
.BgClassName
{
background-color: #AAABDD;
}
</style>
border-color css
<style>
span { border-color: #AAABDD; }
span { border-color: rgb(170,171,221); }
td.TdClassName
{
border-color: #AAABDD;
}
.TagClassName
{
border-color: #AAABDD;
}
</style>