#ADADC6

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

Shades of Wistful #ADADC6

Tints of Wistful #ADADC6

Color information

#ADADC6 (or 0xADADC6) is unknown color: approx Wistful. HEX triplet: AD, AD and C6. RGB value is (173,173,198). Sum of RGB (Red+Green+Blue) = 173+173+198=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 198 (77.73% from 255 or 36.40% from 544); Max value from RGB is 198 - color contains mainly: blue. Hex color #ADADC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC6 is #525239. Grayscale: #AFAFAF. Windows color (decimal): -5395002 or 13020589. OLE color: 13020589.

HSL color Cylindrical-coordinate representation of color #ADADC6: hue angle of 240º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADADC6 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173173198-
CMYK0.130.1300.22
HSL240º17.99%72.75%-
HSV(B)240º12.63%77.65%-
XYZ42.3742.8559.46-
YUV175.85140.5125.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 198 (77.73% from 255) = 36.40%
R=31.80%
G=31.80%
B=36.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731731980.130.1300.2224017.9972.75
HexADADC6DD016f01249
Octal255255306151502636022111
Binary1010110110101101110001101101110101011011110000100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADC6; }

 p { color: rgb(173,173,198); }

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

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

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

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

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

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

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