Shades of Wistful #AEADC5
Tints of Wistful #AEADC5
RGB
CMYK
RGB Variations
Color information
#AEADC5 (or 0xAEADC5) is known color: Wistful. HEX triplet: AE, AD and C5. RGB value is (174,173,197). Sum of RGB (Red+Green+Blue) = 174+173+197=544 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.99% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 197 - color contains mainly: blue. Hex color #AEADC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADC5 is #51523A. Grayscale: #AFAFAF. Windows color (decimal): -5329467 or 12955054. OLE color: 12955054.
HSL color Cylindrical-coordinate representation of color #AEADC5: hue angle of 242.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AEADC5 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 174 | 173 | 197 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.23 |
| HSL | 242.5º | 0.17% | 0.73% | - |
| HSV(B) | 242.5º | 0.12% | 0.77% | - |
| XYZ | 42.48 | 42.92 | 58.87 | - |
| YUV | 176.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 197 | 0.12 | 0.12 | 0 | 0.23 | 242.5 | 0.17 | 0.73 |
| Hex | AE | AD | C5 | C | C | 0 | 17 | F2 | 11 | 49 |
| Octal | 256 | 255 | 305 | 14 | 14 | 0 | 27 | 362 | 21 | 111 |
| Binary | 10101110 | 10101101 | 11000101 | 1100 | 1100 | 0 | 10111 | 11110010 | 10001 | 1001001 |
Color Harmonies of #AEADC5
Complementary color
Monochromatic Colors of #AEADC5
Black with #AEADC5
Text Example
Text Example
White with #AEADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADC5; }
p { color: rgb(174,173,197); }
H1.HeaderClassName
{
color: #AEADC5;
}
.AnyTagClassName
{
color: #AEADC5;
}
</style>
background-color css
<style>
a { background-color: #AEADC5; }
a { background-color: rgb(174,173,197); }
div.DivClassName
{
background-color: #AEADC5;
}
.BgClassName
{
background-color: #AEADC5;
}
</style>
border-color css
<style>
span { border-color: #AEADC5; }
span { border-color: rgb(174,173,197); }
td.TdClassName
{
border-color: #AEADC5;
}
.TagClassName
{
border-color: #AEADC5;
}
</style>