#ADABCD

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

Shades of Wistful #ADABCD

Tints of Wistful #ADABCD

Color information

#ADABCD (or 0xADABCD) is unknown color: approx Wistful. HEX triplet: AD, AB and CD. RGB value is (173,171,205). Sum of RGB (Red+Green+Blue) = 173+171+205=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADABCD is #525432. Grayscale: #AFAFAF. Windows color (decimal): -5395507 or 13478829. OLE color: 13478829.

HSL color Cylindrical-coordinate representation of color #ADABCD: hue angle of 243.53º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADABCD is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB173171205-
CMYK0.160.1700.20
HSL243.53º25.37%73.73%-
HSV(B)243.53º16.59%80.39%-
XYZ42.8242.4263.69-
YUV175.47144.66126.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=31.51%
G=31.15%
B=37.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731712050.160.1700.20243.5325.3773.73
HexADABCD1011014f4194a
Octal255253315202102436431112
Binary101011011010101111001101100001000101010011110100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABCD; }

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

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

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

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

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

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

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

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