#AD9EBD

Color #AD9EBD East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AD9EBD

Tints of East Side #AD9EBD

Color information

#AD9EBD (or 0xAD9EBD) is unknown color: approx East Side. HEX triplet: AD, 9E and BD. RGB value is (173,158,189). Sum of RGB (Red+Green+Blue) = 173+158+189=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD9EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AD9EBD is #526142. Grayscale: #A5A5A5. Windows color (decimal): -5398851 or 12426925. OLE color: 12426925.

HSL color Cylindrical-coordinate representation of color #AD9EBD: hue angle of 269.03º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AD9EBD is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173158189-
CMYK0.080.1600.26
HSL269.03º19.02%68.04%-
HSV(B)269.03º16.4%74.12%-
XYZ38.6537.0153.25-
YUV166.02140.97132.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 33.27%
GREEN value IS 158 (62.11% from 255) = 30.38%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=33.27%
G=30.38%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731581890.080.1600.26269.0319.0268.04
HexAD9EBD81001A10d1344
Octal255236275102003241523104
Binary101011011001111010111101100010000011010100001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EBD; }

 p { color: rgb(173,158,189); }

 H1.HeaderClassName
 {
   color: #AD9EBD;
 }
 .AnyTagClassName
 {
   color: #AD9EBD;
 }
</style>
background-color css

<style>
 a { background-color: #AD9EBD; }

 a { background-color: rgb(173,158,189); }

 div.DivClassName
 {
   background-color: #AD9EBD;
 }
 .BgClassName
 {
   background-color: #AD9EBD;
 }
</style>
border-color css

<style>
 span { border-color: #AD9EBD; }

 span { border-color: rgb(173,158,189); }

 td.TdClassName
 {
   border-color: #AD9EBD;
 }
 .TagClassName
 {
   border-color: #AD9EBD;
 }
</style>