Shades of Wistful #AEADCC
Tints of Wistful #AEADCC
RGB
CMYK
RGB Variations
Color information
#AEADCC (or 0xAEADCC) is known color: Wistful. HEX triplet: AE, AD and CC. RGB value is (174,173,204). Sum of RGB (Red+Green+Blue) = 174+173+204=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADCC is #515233. Grayscale: #B0B0B0. Windows color (decimal): -5329460 or 13413806. OLE color: 13413806.
HSL color Cylindrical-coordinate representation of color #AEADCC: hue angle of 241.94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AEADCC is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 173 | 204 | - |
| CMYK | 0.15 | 0.15 | 0 | 0.2 |
| HSL | 241.94º | 0.23% | 0.74% | - |
| HSV(B) | 241.94º | 0.15% | 0.8% | - |
| XYZ | 43.3 | 43.25 | 63.19 | - |
| YUV | 176.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 204 | 0.15 | 0.15 | 0 | 0.2 | 241.94 | 0.23 | 0.74 |
| Hex | AE | AD | CC | F | F | 0 | 14 | F2 | 17 | 4A |
| Octal | 256 | 255 | 314 | 17 | 17 | 0 | 24 | 362 | 27 | 112 |
| Binary | 10101110 | 10101101 | 11001100 | 1111 | 1111 | 0 | 10100 | 11110010 | 10111 | 1001010 |
Color Harmonies of #AEADCC
Complementary color
Monochromatic Colors of #AEADCC
Black with #AEADCC
Text Example
Text Example
White with #AEADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADCC; }
p { color: rgb(174,173,204); }
H1.HeaderClassName
{
color: #AEADCC;
}
.AnyTagClassName
{
color: #AEADCC;
}
</style>
background-color css
<style>
a { background-color: #AEADCC; }
a { background-color: rgb(174,173,204); }
div.DivClassName
{
background-color: #AEADCC;
}
.BgClassName
{
background-color: #AEADCC;
}
</style>
border-color css
<style>
span { border-color: #AEADCC; }
span { border-color: rgb(174,173,204); }
td.TdClassName
{
border-color: #AEADCC;
}
.TagClassName
{
border-color: #AEADCC;
}
</style>