#ADA9CD

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

Shades of Wistful #ADA9CD

Tints of Wistful #ADA9CD

Color information

#ADA9CD (or 0xADA9CD) is unknown color: approx Wistful. HEX triplet: AD, A9 and CD. RGB value is (173,169,205). Sum of RGB (Red+Green+Blue) = 173+169+205=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9CD is #525632. Grayscale: #AEAEAE. Windows color (decimal): -5396019 or 13478317. OLE color: 13478317.

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

Color convert

RGB173169205-
CMYK0.160.1800.20
HSL246.67º26.47%73.33%-
HSV(B)246.67º17.56%80.39%-
XYZ42.4441.6763.56-
YUV174.3145.33127.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=31.63%
G=30.90%
B=37.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731692050.160.1800.20246.6726.4773.33
HexADA9CD1012014f71a49
Octal255251315202202436732111
Binary101011011010100111001101100001001001010011110111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9CD; }

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

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

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

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

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

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

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

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