Shades of Wistful #AAABDC
Tints of Wistful #AAABDC
RGB
CMYK
RGB Variations
Color information
#AAABDC (or 0xAAABDC) is known color: Wistful. HEX triplet: AA, AB and DC. RGB value is (170,171,220). Sum of RGB (Red+Green+Blue) = 170+171+220=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABDC is #555423. Grayscale: #B0B0B0. Windows color (decimal): -5592100 or 14461866. OLE color: 14461866.
HSL color Cylindrical-coordinate representation of color #AAABDC: hue angle of 238.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAABDC is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 171 | 220 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.14 |
| HSL | 238.8º | 0.42% | 0.76% | - |
| HSV(B) | 238.8º | 0.23% | 0.86% | - |
| XYZ | 44.06 | 42.84 | 73.66 | - |
| YUV | 176.29 | 152.67 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 220 | 0.23 | 0.22 | 0 | 0.14 | 238.8 | 0.42 | 0.76 |
| Hex | AA | AB | DC | 17 | 16 | 0 | E | EF | 2A | 4C |
| Octal | 252 | 253 | 334 | 27 | 26 | 0 | 16 | 357 | 52 | 114 |
| Binary | 10101010 | 10101011 | 11011100 | 10111 | 10110 | 0 | 1110 | 11101111 | 101010 | 1001100 |
Color Harmonies of #AAABDC
Complementary color
Monochromatic Colors of #AAABDC
Black with #AAABDC
Text Example
Text Example
White with #AAABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAABDC; }
p { color: rgb(170,171,220); }
H1.HeaderClassName
{
color: #AAABDC;
}
.AnyTagClassName
{
color: #AAABDC;
}
</style>
background-color css
<style>
a { background-color: #AAABDC; }
a { background-color: rgb(170,171,220); }
div.DivClassName
{
background-color: #AAABDC;
}
.BgClassName
{
background-color: #AAABDC;
}
</style>
border-color css
<style>
span { border-color: #AAABDC; }
span { border-color: rgb(170,171,220); }
td.TdClassName
{
border-color: #AAABDC;
}
.TagClassName
{
border-color: #AAABDC;
}
</style>