Shades of Wistful #AEAECB
Tints of Wistful #AEAECB
RGB
CMYK
RGB Variations
Color information
#AEAECB (or 0xAEAECB) is known color: Wistful. HEX triplet: AE, AE and CB. RGB value is (174,174,203). Sum of RGB (Red+Green+Blue) = 174+174+203=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #AEAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAECB is #515134. Grayscale: #B1B1B1. Windows color (decimal): -5329205 or 13348526. OLE color: 13348526.
HSL color Cylindrical-coordinate representation of color #AEAECB: hue angle of 240º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEAECB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 174 | 203 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.20 |
| HSL | 240º | 0.22% | 0.74% | - |
| HSV(B) | 240º | 0.14% | 0.8% | - |
| XYZ | 43.37 | 43.58 | 62.63 | - |
| YUV | 177.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 174 | 203 | 0.14 | 0.14 | 0 | 0.20 | 240 | 0.22 | 0.74 |
| Hex | AE | AE | CB | E | E | 0 | 14 | F0 | 16 | 4A |
| Octal | 256 | 256 | 313 | 16 | 16 | 0 | 24 | 360 | 26 | 112 |
| Binary | 10101110 | 10101110 | 11001011 | 1110 | 1110 | 0 | 10100 | 11110000 | 10110 | 1001010 |
Color Harmonies of #AEAECB
Complementary color
Monochromatic Colors of #AEAECB
Black with #AEAECB
Text Example
Text Example
White with #AEAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEAECB; }
p { color: rgb(174,174,203); }
H1.HeaderClassName
{
color: #AEAECB;
}
.AnyTagClassName
{
color: #AEAECB;
}
</style>
background-color css
<style>
a { background-color: #AEAECB; }
a { background-color: rgb(174,174,203); }
div.DivClassName
{
background-color: #AEAECB;
}
.BgClassName
{
background-color: #AEAECB;
}
</style>
border-color css
<style>
span { border-color: #AEAECB; }
span { border-color: rgb(174,174,203); }
td.TdClassName
{
border-color: #AEAECB;
}
.TagClassName
{
border-color: #AEAECB;
}
</style>