Shades of East Side #AD9EBB
Tints of East Side #AD9EBB
RGB
CMYK
RGB Variations
Color information
#AD9EBB (or 0xAD9EBB) is known color: East Side. HEX triplet: AD, 9E and BB. RGB value is (173,158,187). Sum of RGB (Red+Green+Blue) = 173+158+187=518 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.40% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBB is #526144. Grayscale: #A5A5A5. Windows color (decimal): -5398853 or 12295853. OLE color: 12295853.
HSL color Cylindrical-coordinate representation of color #AD9EBB: hue angle of 271.03º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9EBB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 158 | 187 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.27 |
| HSL | 271.03º | 0.18% | 0.68% | - |
| HSV(B) | 271.03º | 0.16% | 0.73% | - |
| XYZ | 38.43 | 36.93 | 52.12 | - |
| YUV | 165.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 158 | 187 | 0.07 | 0.16 | 0 | 0.27 | 271.03 | 0.18 | 0.68 |
| Hex | AD | 9E | BB | 7 | 10 | 0 | 1B | 10F | 12 | 44 |
| Octal | 255 | 236 | 273 | 7 | 20 | 0 | 33 | 417 | 22 | 104 |
| Binary | 10101101 | 10011110 | 10111011 | 111 | 10000 | 0 | 11011 | 100001111 | 10010 | 1000100 |
Color Harmonies of #AD9EBB
Complementary color
Monochromatic Colors of #AD9EBB
Black with #AD9EBB
Text Example
Text Example
White with #AD9EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9EBB; }
p { color: rgb(173,158,187); }
H1.HeaderClassName
{
color: #AD9EBB;
}
.AnyTagClassName
{
color: #AD9EBB;
}
</style>
background-color css
<style>
a { background-color: #AD9EBB; }
a { background-color: rgb(173,158,187); }
div.DivClassName
{
background-color: #AD9EBB;
}
.BgClassName
{
background-color: #AD9EBB;
}
</style>
border-color css
<style>
span { border-color: #AD9EBB; }
span { border-color: rgb(173,158,187); }
td.TdClassName
{
border-color: #AD9EBB;
}
.TagClassName
{
border-color: #AD9EBB;
}
</style>