Shades of Wistful #ADAECB
Tints of Wistful #ADAECB
RGB
CMYK
RGB Variations
Color information
#ADAECB (or 0xADAECB) is known color: Wistful. HEX triplet: AD, AE and CB. RGB value is (173,174,203). Sum of RGB (Red+Green+Blue) = 173+174+203=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADAECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAECB is #525134. Grayscale: #B0B0B0. Windows color (decimal): -5394741 or 13348525. OLE color: 13348525.
HSL color Cylindrical-coordinate representation of color #ADAECB: hue angle of 238º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADAECB is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 174 | 203 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.20 |
| HSL | 238º | 0.22% | 0.74% | - |
| HSV(B) | 238º | 0.15% | 0.8% | - |
| XYZ | 43.15 | 43.47 | 62.62 | - |
| YUV | 177.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 174 | 203 | 0.15 | 0.14 | 0 | 0.20 | 238 | 0.22 | 0.74 |
| Hex | AD | AE | CB | F | E | 0 | 14 | EE | 16 | 4A |
| Octal | 255 | 256 | 313 | 17 | 16 | 0 | 24 | 356 | 26 | 112 |
| Binary | 10101101 | 10101110 | 11001011 | 1111 | 1110 | 0 | 10100 | 11101110 | 10110 | 1001010 |
Color Harmonies of #ADAECB
Complementary color
Monochromatic Colors of #ADAECB
Black with #ADAECB
Text Example
Text Example
White with #ADAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADAECB; }
p { color: rgb(173,174,203); }
H1.HeaderClassName
{
color: #ADAECB;
}
.AnyTagClassName
{
color: #ADAECB;
}
</style>
background-color css
<style>
a { background-color: #ADAECB; }
a { background-color: rgb(173,174,203); }
div.DivClassName
{
background-color: #ADAECB;
}
.BgClassName
{
background-color: #ADAECB;
}
</style>
border-color css
<style>
span { border-color: #ADAECB; }
span { border-color: rgb(173,174,203); }
td.TdClassName
{
border-color: #ADAECB;
}
.TagClassName
{
border-color: #ADAECB;
}
</style>