#ADA9CB

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

Shades of Wistful #ADA9CB

Tints of Wistful #ADA9CB

Color information

#ADA9CB (or 0xADA9CB) is unknown color: approx Wistful. HEX triplet: AD, A9 and CB. RGB value is (173,169,203). Sum of RGB (Red+Green+Blue) = 173+169+203=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #ADA9CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9CB is #525634. Grayscale: #ADADAD. Windows color (decimal): -5396021 or 13347245. OLE color: 13347245.

HSL color Cylindrical-coordinate representation of color #ADA9CB: hue angle of 247.06º 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 #ADA9CB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173169203-
CMYK0.150.1700.20
HSL247.06º24.64%72.94%-
HSV(B)247.06º16.75%79.61%-
XYZ42.241.5762.3-
YUV174.07144.33127.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=31.74%
G=31.01%
B=37.25%

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
Decimal1731692030.150.1700.20247.0624.6472.94
HexADA9CBF11014f71949
Octal255251313172102436731111
Binary10101101101010011100101111111000101010011110111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9CB; }

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

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

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

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

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

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

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

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