Shades of Wistful #AEADC2
Tints of Wistful #AEADC2
RGB
CMYK
RGB Variations
Color information
#AEADC2 (or 0xAEADC2) is known color: Wistful. HEX triplet: AE, AD and C2. RGB value is (174,173,194). Sum of RGB (Red+Green+Blue) = 174+173+194=541 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.16% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 194 - color contains mainly: blue. Hex color #AEADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADC2 is #51523D. Grayscale: #AFAFAF. Windows color (decimal): -5329470 or 12758446. OLE color: 12758446.
HSL color Cylindrical-coordinate representation of color #AEADC2: hue angle of 242.86º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AEADC2 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 174 | 173 | 194 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.24 |
| HSL | 242.86º | 0.15% | 0.72% | - |
| HSV(B) | 242.86º | 0.11% | 0.76% | - |
| XYZ | 42.14 | 42.78 | 57.08 | - |
| YUV | 175.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 173 | 194 | 0.10 | 0.11 | 0 | 0.24 | 242.86 | 0.15 | 0.72 |
| Hex | AE | AD | C2 | A | B | 0 | 18 | F3 | F | 48 |
| Octal | 256 | 255 | 302 | 12 | 13 | 0 | 30 | 363 | 17 | 110 |
| Binary | 10101110 | 10101101 | 11000010 | 1010 | 1011 | 0 | 11000 | 11110011 | 1111 | 1001000 |
Color Harmonies of #AEADC2
Complementary color
Monochromatic Colors of #AEADC2
Black with #AEADC2
Text Example
Text Example
White with #AEADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEADC2; }
p { color: rgb(174,173,194); }
H1.HeaderClassName
{
color: #AEADC2;
}
.AnyTagClassName
{
color: #AEADC2;
}
</style>
background-color css
<style>
a { background-color: #AEADC2; }
a { background-color: rgb(174,173,194); }
div.DivClassName
{
background-color: #AEADC2;
}
.BgClassName
{
background-color: #AEADC2;
}
</style>
border-color css
<style>
span { border-color: #AEADC2; }
span { border-color: rgb(174,173,194); }
td.TdClassName
{
border-color: #AEADC2;
}
.TagClassName
{
border-color: #AEADC2;
}
</style>