#ADA9DE

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

Shades of Wistful #ADA9DE

Tints of Wistful #ADA9DE

Color information

#ADA9DE (or 0xADA9DE) is unknown color: approx Wistful. HEX triplet: AD, A9 and DE. RGB value is (173,169,222). Sum of RGB (Red+Green+Blue) = 173+169+222=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADA9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA9DE is #525621. Grayscale: #B0B0B0. Windows color (decimal): -5396002 or 14592429. OLE color: 14592429.

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

Color convert

RGB173169222-
CMYK0.220.2400.13
HSL244.53º44.54%76.67%-
HSV(B)244.53º23.87%87.06%-
XYZ44.6142.5374.97-
YUV176.24153.83125.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=30.67%
G=29.96%
B=39.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1731692220.220.2400.13244.5344.5476.67
HexADA9DE16180Df52d4d
Octal255251336263001536555115
Binary101011011010100111011110101101100001101111101011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA9DE; }

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

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

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

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

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

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

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

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