Shades of Wistful #ADAECD
Tints of Wistful #ADAECD
RGB
CMYK
RGB Variations
Color information
#ADAECD (or 0xADAECD) is known color: Wistful. HEX triplet: AD, AE and CD. RGB value is (173,174,205). Sum of RGB (Red+Green+Blue) = 173+174+205=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADAECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECD is #525132. Grayscale: #B1B1B1. Windows color (decimal): -5394739 or 13479597. OLE color: 13479597.
HSL color Cylindrical-coordinate representation of color #ADAECD: hue angle of 238.12º degrees, saturation: 0.24, 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 #ADAECD is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 174 | 205 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.20 |
| HSL | 238.13º | 0.24% | 0.74% | - |
| HSV(B) | 238.13º | 0.16% | 0.8% | - |
| XYZ | 43.39 | 43.56 | 63.88 | - |
| YUV | 177.24 | 143.67 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 205 | 0.16 | 0.15 | 0 | 0.20 | 238.13 | 0.24 | 0.74 |
| Hex | AD | AE | CD | 10 | F | 0 | 14 | EE | 18 | 4A |
| Octal | 255 | 256 | 315 | 20 | 17 | 0 | 24 | 356 | 30 | 112 |
| Binary | 10101101 | 10101110 | 11001101 | 10000 | 1111 | 0 | 10100 | 11101110 | 11000 | 1001010 |
Color Harmonies of #ADAECD
Complementary color
Monochromatic Colors of #ADAECD
Black with #ADAECD
Text Example
Text Example
White with #ADAECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAECD; }
p { color: rgb(173,174,205); }
H1.HeaderClassName
{
color: #ADAECD;
}
.AnyTagClassName
{
color: #ADAECD;
}
</style>
background-color css
<style>
a { background-color: #ADAECD; }
a { background-color: rgb(173,174,205); }
div.DivClassName
{
background-color: #ADAECD;
}
.BgClassName
{
background-color: #ADAECD;
}
</style>
border-color css
<style>
span { border-color: #ADAECD; }
span { border-color: rgb(173,174,205); }
td.TdClassName
{
border-color: #ADAECD;
}
.TagClassName
{
border-color: #ADAECD;
}
</style>