Shades of East Side #AD9DBB
Tints of East Side #AD9DBB
RGB
CMYK
RGB Variations
Color information
#AD9DBB (or 0xAD9DBB) is known color: East Side. HEX triplet: AD, 9D and BB. RGB value is (173,157,187). Sum of RGB (Red+Green+Blue) = 173+157+187=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD9DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9DBB is #526244. Grayscale: #A5A5A5. Windows color (decimal): -5399109 or 12295597. OLE color: 12295597.
HSL color Cylindrical-coordinate representation of color #AD9DBB: hue angle of 272º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9DBB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 157 | 187 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.27 |
| HSL | 272º | 0.18% | 0.67% | - |
| HSV(B) | 272º | 0.16% | 0.73% | - |
| XYZ | 38.26 | 36.59 | 52.06 | - |
| YUV | 165.2 | 140.3 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 157 | 187 | 0.07 | 0.16 | 0 | 0.27 | 272 | 0.18 | 0.67 |
| Hex | AD | 9D | BB | 7 | 10 | 0 | 1B | 110 | 12 | 43 |
| Octal | 255 | 235 | 273 | 7 | 20 | 0 | 33 | 420 | 22 | 103 |
| Binary | 10101101 | 10011101 | 10111011 | 111 | 10000 | 0 | 11011 | 100010000 | 10010 | 1000011 |
Color Harmonies of #AD9DBB
Complementary color
Monochromatic Colors of #AD9DBB
Black with #AD9DBB
Text Example
Text Example
White with #AD9DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9DBB; }
p { color: rgb(173,157,187); }
H1.HeaderClassName
{
color: #AD9DBB;
}
.AnyTagClassName
{
color: #AD9DBB;
}
</style>
background-color css
<style>
a { background-color: #AD9DBB; }
a { background-color: rgb(173,157,187); }
div.DivClassName
{
background-color: #AD9DBB;
}
.BgClassName
{
background-color: #AD9DBB;
}
</style>
border-color css
<style>
span { border-color: #AD9DBB; }
span { border-color: rgb(173,157,187); }
td.TdClassName
{
border-color: #AD9DBB;
}
.TagClassName
{
border-color: #AD9DBB;
}
</style>