Shades of East Side #AD9CBE
Tints of East Side #AD9CBE
RGB
CMYK
RGB Variations
Color information
#AD9CBE (or 0xAD9CBE) is known color: East Side. HEX triplet: AD, 9C and BE. RGB value is (173,156,190). Sum of RGB (Red+Green+Blue) = 173+156+190=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD9CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9CBE is #526341. Grayscale: #A4A4A4. Windows color (decimal): -5399362 or 12491949. OLE color: 12491949.
HSL color Cylindrical-coordinate representation of color #AD9CBE: hue angle of 270º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AD9CBE is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 156 | 190 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.25 |
| HSL | 270º | 0.21% | 0.68% | - |
| HSV(B) | 270º | 0.18% | 0.75% | - |
| XYZ | 38.42 | 36.38 | 53.71 | - |
| YUV | 164.96 | 142.13 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 156 | 190 | 0.09 | 0.18 | 0 | 0.25 | 270 | 0.21 | 0.68 |
| Hex | AD | 9C | BE | 9 | 12 | 0 | 19 | 10E | 15 | 44 |
| Octal | 255 | 234 | 276 | 11 | 22 | 0 | 31 | 416 | 25 | 104 |
| Binary | 10101101 | 10011100 | 10111110 | 1001 | 10010 | 0 | 11001 | 100001110 | 10101 | 1000100 |
Color Harmonies of #AD9CBE
Complementary color
Monochromatic Colors of #AD9CBE
Black with #AD9CBE
Text Example
Text Example
White with #AD9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD9CBE; }
p { color: rgb(173,156,190); }
H1.HeaderClassName
{
color: #AD9CBE;
}
.AnyTagClassName
{
color: #AD9CBE;
}
</style>
background-color css
<style>
a { background-color: #AD9CBE; }
a { background-color: rgb(173,156,190); }
div.DivClassName
{
background-color: #AD9CBE;
}
.BgClassName
{
background-color: #AD9CBE;
}
</style>
border-color css
<style>
span { border-color: #AD9CBE; }
span { border-color: rgb(173,156,190); }
td.TdClassName
{
border-color: #AD9CBE;
}
.TagClassName
{
border-color: #AD9CBE;
}
</style>