Shades of Wistful #AEABCD
Tints of Wistful #AEABCD
RGB
CMYK
RGB Variations
Color information
#AEABCD (or 0xAEABCD) is known color: Wistful. HEX triplet: AE, AB and CD. RGB value is (174,171,205). Sum of RGB (Red+Green+Blue) = 174+171+205=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEABCD is #515432. Grayscale: #AFAFAF. Windows color (decimal): -5329971 or 13478830. OLE color: 13478830.
HSL color Cylindrical-coordinate representation of color #AEABCD: hue angle of 245.29º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AEABCD is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 171 | 205 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.20 |
| HSL | 245.29º | 0.25% | 0.74% | - |
| HSV(B) | 245.29º | 0.17% | 0.8% | - |
| XYZ | 43.04 | 42.53 | 63.7 | - |
| YUV | 175.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 171 | 205 | 0.15 | 0.17 | 0 | 0.20 | 245.29 | 0.25 | 0.74 |
| Hex | AE | AB | CD | F | 11 | 0 | 14 | F5 | 19 | 4A |
| Octal | 256 | 253 | 315 | 17 | 21 | 0 | 24 | 365 | 31 | 112 |
| Binary | 10101110 | 10101011 | 11001101 | 1111 | 10001 | 0 | 10100 | 11110101 | 11001 | 1001010 |
Color Harmonies of #AEABCD
Complementary color
Monochromatic Colors of #AEABCD
Black with #AEABCD
Text Example
Text Example
White with #AEABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEABCD; }
p { color: rgb(174,171,205); }
H1.HeaderClassName
{
color: #AEABCD;
}
.AnyTagClassName
{
color: #AEABCD;
}
</style>
background-color css
<style>
a { background-color: #AEABCD; }
a { background-color: rgb(174,171,205); }
div.DivClassName
{
background-color: #AEABCD;
}
.BgClassName
{
background-color: #AEABCD;
}
</style>
border-color css
<style>
span { border-color: #AEABCD; }
span { border-color: rgb(174,171,205); }
td.TdClassName
{
border-color: #AEABCD;
}
.TagClassName
{
border-color: #AEABCD;
}
</style>