#ADADC9

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

Shades of Wistful #ADADC9

Tints of Wistful #ADADC9

Color information

#ADADC9 (or 0xADADC9) is unknown color: approx Wistful. HEX triplet: AD, AD and C9. RGB value is (173,173,201). Sum of RGB (Red+Green+Blue) = 173+173+201=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 201 (78.91% from 255 or 36.75% from 547); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADC9 is #525236. Grayscale: #B0B0B0. Windows color (decimal): -5394999 or 13217197. OLE color: 13217197.

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

Color convert

RGB173173201-
CMYK0.140.1400.21
HSL240º20.59%73.33%-
HSV(B)240º13.93%78.82%-
XYZ42.7242.9961.3-
YUV176.19142125.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 201 (78.91% from 255) = 36.75%
R=31.63%
G=31.63%
B=36.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731732010.140.1400.2124020.5973.33
HexADADC9EE015f01549
Octal255255311161602536025111
Binary1010110110101101110010011110111001010111110000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADC9; }

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

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

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

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

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

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

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

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