#ADABD6

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

Shades of Wistful #ADABD6

Tints of Wistful #ADABD6

Color information

#ADABD6 (or 0xADABD6) is unknown color: approx Wistful. HEX triplet: AD, AB and D6. RGB value is (173,171,214). Sum of RGB (Red+Green+Blue) = 173+171+214=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 214 (83.98% from 255 or 38.35% from 558); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADABD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD6 is #525429. Grayscale: #B0B0B0. Windows color (decimal): -5395498 or 14068653. OLE color: 14068653.

HSL color Cylindrical-coordinate representation of color #ADABD6: hue angle of 242.79º 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 #ADABD6 is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB173171214-
CMYK0.190.2000.16
HSL242.79º34.4%75.49%-
HSV(B)242.79º20.09%83.92%-
XYZ43.9342.8769.58-
YUV176.5149.16125.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 171 (67.19% from 255) = 30.65%
BLUE value IS 214 (83.98% from 255) = 38.35%
R=31.00%
G=30.65%
B=38.35%

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
Decimal1731712140.190.2000.16242.7934.475.49
HexADABD61314010f3224b
Octal255253326232402036342113
Binary1010110110101011110101101001110100010000111100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABD6; }

 p { color: rgb(173,171,214); }

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

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

 a { background-color: rgb(173,171,214); }

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

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

 span { border-color: rgb(173,171,214); }

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