#ADAAD8

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

Shades of Wistful #ADAAD8

Tints of Wistful #ADAAD8

Color information

#ADAAD8 (or 0xADAAD8) is unknown color: approx Wistful. HEX triplet: AD, AA and D8. RGB value is (173,170,216). Sum of RGB (Red+Green+Blue) = 173+170+216=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADAAD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD8 is #525527. Grayscale: #AFAFAF. Windows color (decimal): -5395752 or 14199469. OLE color: 14199469.

HSL color Cylindrical-coordinate representation of color #ADAAD8: hue angle of 243.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAAD8 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173170216-
CMYK0.200.2100.15
HSL243.91º37.1%75.69%-
HSV(B)243.91º21.3%84.71%-
XYZ4442.5970.87-
YUV176.14150.49125.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 216 (84.77% from 255) = 38.64%
R=30.95%
G=30.41%
B=38.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731702160.200.2100.15243.9137.175.69
HexADAAD814150Ff4254c
Octal255252330242501736445114
Binary101011011010101011011000101001010101111111101001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD8; }

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

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

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

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

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

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

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

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