Shades of Wistful #AEADCE
Tints of Wistful #AEADCE
RGB
CMYK
RGB Variations
Color information
#AEADCE (or 0xAEADCE) is known color: Wistful. HEX triplet: AE, AD and CE. RGB value is (174,173,206). Sum of RGB (Red+Green+Blue) = 174+173+206=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #AEADCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADCE is #515231. Grayscale: #B0B0B0. Windows color (decimal): -5329458 or 13544878. OLE color: 13544878.
HSL color Cylindrical-coordinate representation of color #AEADCE: hue angle of 241.82º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEADCE is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 173 | 206 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.19 |
| HSL | 241.82º | 0.25% | 0.74% | - |
| HSV(B) | 241.82º | 0.16% | 0.81% | - |
| XYZ | 43.54 | 43.34 | 64.46 | - |
| YUV | 177.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 206 | 0.16 | 0.16 | 0 | 0.19 | 241.82 | 0.25 | 0.74 |
| Hex | AE | AD | CE | 10 | 10 | 0 | 13 | F2 | 19 | 4A |
| Octal | 256 | 255 | 316 | 20 | 20 | 0 | 23 | 362 | 31 | 112 |
| Binary | 10101110 | 10101101 | 11001110 | 10000 | 10000 | 0 | 10011 | 11110010 | 11001 | 1001010 |
Color Harmonies of #AEADCE
Complementary color
Monochromatic Colors of #AEADCE
Black with #AEADCE
Text Example
Text Example
White with #AEADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADCE; }
p { color: rgb(174,173,206); }
H1.HeaderClassName
{
color: #AEADCE;
}
.AnyTagClassName
{
color: #AEADCE;
}
</style>
background-color css
<style>
a { background-color: #AEADCE; }
a { background-color: rgb(174,173,206); }
div.DivClassName
{
background-color: #AEADCE;
}
.BgClassName
{
background-color: #AEADCE;
}
</style>
border-color css
<style>
span { border-color: #AEADCE; }
span { border-color: rgb(174,173,206); }
td.TdClassName
{
border-color: #AEADCE;
}
.TagClassName
{
border-color: #AEADCE;
}
</style>