#ADACD5

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

Shades of Wistful #ADACD5

Tints of Wistful #ADACD5

Color information

#ADACD5 (or 0xADACD5) is unknown color: approx Wistful. HEX triplet: AD, AC and D5. RGB value is (173,172,213). Sum of RGB (Red+Green+Blue) = 173+172+213=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACD5 is #52532A. Grayscale: #B0B0B0. Windows color (decimal): -5395243 or 14003373. OLE color: 14003373.

HSL color Cylindrical-coordinate representation of color #ADACD5: hue angle of 241.46º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADACD5 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173172213-
CMYK0.190.1900.16
HSL241.46º32.8%75.49%-
HSV(B)241.46º19.25%83.53%-
XYZ4443.1968.97-
YUV176.97148.33125.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=31.00%
G=30.82%
B=38.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731722130.190.1900.16241.4632.875.49
HexADACD51313010f1214b
Octal255254325232302036141113
Binary1010110110101100110101011001110011010000111100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACD5; }

 p { color: rgb(173,172,213); }

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

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

 a { background-color: rgb(173,172,213); }

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

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

 span { border-color: rgb(173,172,213); }

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