Shades of Wistful #AEADD2
Tints of Wistful #AEADD2
RGB
CMYK
RGB Variations
Color information
#AEADD2 (or 0xAEADD2) is known color: Wistful. HEX triplet: AE, AD and D2. RGB value is (174,173,210). Sum of RGB (Red+Green+Blue) = 174+173+210=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEADD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD2 is #51522D. Grayscale: #B1B1B1. Windows color (decimal): -5329454 or 13807022. OLE color: 13807022.
HSL color Cylindrical-coordinate representation of color #AEADD2: hue angle of 241.62º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEADD2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 174 | 173 | 210 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.18 |
| HSL | 241.62º | 0.29% | 0.75% | - |
| HSV(B) | 241.62º | 0.18% | 0.82% | - |
| XYZ | 44.03 | 43.54 | 67.06 | - |
| YUV | 177.52 | 146.33 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 210 | 0.17 | 0.18 | 0 | 0.18 | 241.62 | 0.29 | 0.75 |
| Hex | AE | AD | D2 | 11 | 12 | 0 | 12 | F2 | 1D | 4B |
| Octal | 256 | 255 | 322 | 21 | 22 | 0 | 22 | 362 | 35 | 113 |
| Binary | 10101110 | 10101101 | 11010010 | 10001 | 10010 | 0 | 10010 | 11110010 | 11101 | 1001011 |
Color Harmonies of #AEADD2
Complementary color
Monochromatic Colors of #AEADD2
Black with #AEADD2
Text Example
Text Example
White with #AEADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADD2; }
p { color: rgb(174,173,210); }
H1.HeaderClassName
{
color: #AEADD2;
}
.AnyTagClassName
{
color: #AEADD2;
}
</style>
background-color css
<style>
a { background-color: #AEADD2; }
a { background-color: rgb(174,173,210); }
div.DivClassName
{
background-color: #AEADD2;
}
.BgClassName
{
background-color: #AEADD2;
}
</style>
border-color css
<style>
span { border-color: #AEADD2; }
span { border-color: rgb(174,173,210); }
td.TdClassName
{
border-color: #AEADD2;
}
.TagClassName
{
border-color: #AEADD2;
}
</style>