#ADA8CB

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

Shades of Wistful #ADA8CB

Tints of Wistful #ADA8CB

Color information

#ADA8CB (or 0xADA8CB) is unknown color: approx Wistful. HEX triplet: AD, A8 and CB. RGB value is (173,168,203). Sum of RGB (Red+Green+Blue) = 173+168+203=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 168 (66.02% from 255 or 30.88% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA8CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8CB is #525734. Grayscale: #ADADAD. Windows color (decimal): -5396277 or 13346989. OLE color: 13346989.

HSL color Cylindrical-coordinate representation of color #ADA8CB: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADA8CB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173168203-
CMYK0.150.1700.20
HSL248.57º25.18%72.75%-
HSV(B)248.57º17.24%79.61%-
XYZ42.0241.262.24-
YUV173.48144.66127.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 168 (66.02% from 255) = 30.88%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=31.80%
G=30.88%
B=37.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731682030.150.1700.20248.5725.1872.75
HexADA8CBF11014f91949
Octal255250313172102437131111
Binary10101101101010001100101111111000101010011111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8CB; }

 p { color: rgb(173,168,203); }

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

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

 a { background-color: rgb(173,168,203); }

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

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

 span { border-color: rgb(173,168,203); }

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