#ADA4DE

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

Shades of Wistful #ADA4DE

Tints of Wistful #ADA4DE

Color information

#ADA4DE (or 0xADA4DE) is unknown color: approx Wistful. HEX triplet: AD, A4 and DE. RGB value is (173,164,222). Sum of RGB (Red+Green+Blue) = 173+164+222=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 164 (64.45% from 255 or 29.34% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DE is #525B21. Grayscale: #ADADAD. Windows color (decimal): -5397282 or 14591149. OLE color: 14591149.

HSL color Cylindrical-coordinate representation of color #ADA4DE: hue angle of 249.31º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADA4DE is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB173164222-
CMYK0.220.2600.13
HSL249.31º46.77%75.69%-
HSV(B)249.31º26.13%87.06%-
XYZ43.6940.7174.66-
YUV173.3155.48127.78-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 164 (64.45% from 255) = 29.34%
BLUE value IS 222 (87.11% from 255) = 39.71%
R=30.95%
G=29.34%
B=39.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731642220.220.2600.13249.3146.7775.69
HexADA4DE161A0Df92f4c
Octal255244336263201537157114
Binary101011011010010011011110101101101001101111110011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4DE; }

 p { color: rgb(173,164,222); }

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

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

 a { background-color: rgb(173,164,222); }

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

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

 span { border-color: rgb(173,164,222); }

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