#ADABD0

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

Shades of Wistful #ADABD0

Tints of Wistful #ADABD0

Color information

#ADABD0 (or 0xADABD0) is unknown color: approx Wistful. HEX triplet: AD, AB and D0. RGB value is (173,171,208). Sum of RGB (Red+Green+Blue) = 173+171+208=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #ADABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABD0 is #52542F. Grayscale: #AFAFAF. Windows color (decimal): -5395504 or 13675437. OLE color: 13675437.

HSL color Cylindrical-coordinate representation of color #ADABD0: hue angle of 243.24º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADABD0 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB173171208-
CMYK0.170.1800.18
HSL243.24º28.24%74.31%-
HSV(B)243.24º17.79%81.57%-
XYZ43.1842.5665.61-
YUV175.82146.16125.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=31.34%
G=30.98%
B=37.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1731712080.170.1800.18243.2428.2474.31
HexADABD01112012f31c4a
Octal255253320212202236334112
Binary101011011010101111010000100011001001001011110011111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABD0; }

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

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

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

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

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

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

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

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