#ADAAD5

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

Shades of Wistful #ADAAD5

Tints of Wistful #ADAAD5

Color information

#ADAAD5 (or 0xADAAD5) is unknown color: approx Wistful. HEX triplet: AD, AA and D5. RGB value is (173,170,213). Sum of RGB (Red+Green+Blue) = 173+170+213=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 213 - color contains mainly: blue. Hex color #ADAAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAD5 is #52552A. Grayscale: #AFAFAF. Windows color (decimal): -5395755 or 14002861. OLE color: 14002861.

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

Color convert

RGB173170213-
CMYK0.190.2000.16
HSL244.19º33.86%75.1%-
HSV(B)244.19º20.19%83.53%-
XYZ43.6242.4468.84-
YUV175.8148.99126-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=31.12%
G=30.58%
B=38.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731702130.190.2000.16244.1933.8675.1
HexADAAD51314010f4224b
Octal255252325232402036442113
Binary1010110110101010110101011001110100010000111101001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAD5; }

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

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

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

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

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

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

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

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