#ADABD7

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

Shades of Wistful #ADABD7

Tints of Wistful #ADABD7

Color information

#ADABD7 (or 0xADABD7) is unknown color: approx Wistful. HEX triplet: AD, AB and D7. RGB value is (173,171,215). Sum of RGB (Red+Green+Blue) = 173+171+215=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 215 (84.38% from 255 or 38.46% from 559); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADABD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD7 is #525428. Grayscale: #B0B0B0. Windows color (decimal): -5395497 or 14134189. OLE color: 14134189.

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

Color convert

RGB173171215-
CMYK0.200.2000.16
HSL242.73º35.48%75.69%-
HSV(B)242.73º20.47%84.31%-
XYZ44.0642.9270.25-
YUV176.61149.66125.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 215 (84.38% from 255) = 38.46%
R=30.95%
G=30.59%
B=38.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731712150.200.2000.16242.7335.4875.69
HexADABD71414010f3234c
Octal255253327242402036343114
Binary1010110110101011110101111010010100010000111100111000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABD7; }

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

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

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

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

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

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

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

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