Shades of Wistful #AEACCD
Tints of Wistful #AEACCD
RGB
CMYK
RGB Variations
Color information
#AEACCD (or 0xAEACCD) is known color: Wistful. HEX triplet: AE, AC and CD. RGB value is (174,172,205). Sum of RGB (Red+Green+Blue) = 174+172+205=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACCD is #515332. Grayscale: #B0B0B0. Windows color (decimal): -5329715 or 13479086. OLE color: 13479086.
HSL color Cylindrical-coordinate representation of color #AEACCD: hue angle of 243.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEACCD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 174 | 172 | 205 | - |
CMYK | 0.15 | 0.16 | 0 | 0.20 |
HSL | 243.64º | 0.25% | 0.74% | - |
HSV(B) | 243.64º | 0.16% | 0.8% | - |
XYZ | 43.23 | 42.91 | 63.76 | - |
YUV | 176.36 | 144.16 | 126.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 172 | 205 | 0.15 | 0.16 | 0 | 0.20 | 243.64 | 0.25 | 0.74 |
Hex | AE | AC | CD | F | 10 | 0 | 14 | F4 | 19 | 4A |
Octal | 256 | 254 | 315 | 17 | 20 | 0 | 24 | 364 | 31 | 112 |
Binary | 10101110 | 10101100 | 11001101 | 1111 | 10000 | 0 | 10100 | 11110100 | 11001 | 1001010 |
Color Harmonies of #AEACCD
Complementary color
Monochromatic Colors of #AEACCD
Black with #AEACCD
Text Example
Text Example
White with #AEACCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEACCD; }
p { color: rgb(174,172,205); }
H1.HeaderClassName
{
color: #AEACCD;
}
.AnyTagClassName
{
color: #AEACCD;
}
</style>
background-color css
<style>
a { background-color: #AEACCD; }
a { background-color: rgb(174,172,205); }
div.DivClassName
{
background-color: #AEACCD;
}
.BgClassName
{
background-color: #AEACCD;
}
</style>
border-color css
<style>
span { border-color: #AEACCD; }
span { border-color: rgb(174,172,205); }
td.TdClassName
{
border-color: #AEACCD;
}
.TagClassName
{
border-color: #AEACCD;
}
</style>