#ADA4DB

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

Shades of Wistful #ADA4DB

Tints of Wistful #ADA4DB

Color information

#ADA4DB (or 0xADA4DB) is unknown color: approx Wistful. HEX triplet: AD, A4 and DB. RGB value is (173,164,219). Sum of RGB (Red+Green+Blue) = 173+164+219=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADA4DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA4DB is #525B24. Grayscale: #ACACAC. Windows color (decimal): -5397285 or 14394541. OLE color: 14394541.

HSL color Cylindrical-coordinate representation of color #ADA4DB: hue angle of 249.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA4DB is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173164219-
CMYK0.210.2500.14
HSL249.82º43.31%75.1%-
HSV(B)249.82º25.11%85.88%-
XYZ43.340.5572.56-
YUV172.96153.98128.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.12%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 219 (85.94% from 255) = 39.39%
R=31.12%
G=29.50%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731642190.210.2500.14249.8243.3175.1
HexADA4DB15190Efa2b4b
Octal255244333253101637253113
Binary101011011010010011011011101011100101110111110101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA4DB; }

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

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

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

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

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

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

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

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