#ADAAD7

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

Shades of Wistful #ADAAD7

Tints of Wistful #ADAAD7

Color information

#ADAAD7 (or 0xADAAD7) is unknown color: approx Wistful. HEX triplet: AD, AA and D7. RGB value is (173,170,215). Sum of RGB (Red+Green+Blue) = 173+170+215=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 215 (84.38% from 255 or 38.53% from 558); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADAAD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD7 is #525528. Grayscale: #AFAFAF. Windows color (decimal): -5395753 or 14133933. OLE color: 14133933.

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

Color convert

RGB173170215-
CMYK0.200.2100.16
HSL244º36%75.49%-
HSV(B)244º20.93%84.31%-
XYZ43.8742.5470.19-
YUV176.03149.99125.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 170 (66.80% from 255) = 30.47%
BLUE value IS 215 (84.38% from 255) = 38.53%
R=31.00%
G=30.47%
B=38.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731702150.200.2100.162443675.49
HexADAAD71415010f4244b
Octal255252327242502036444113
Binary1010110110101010110101111010010101010000111101001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD7; }

 p { color: rgb(173,170,215); }

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

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

 a { background-color: rgb(173,170,215); }

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

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

 span { border-color: rgb(173,170,215); }

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