#ADA8C9

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

Shades of Wistful #ADA8C9

Tints of Wistful #ADA8C9

Color information

#ADA8C9 (or 0xADA8C9) is unknown color: approx Wistful. HEX triplet: AD, A8 and C9. RGB value is (173,168,201). Sum of RGB (Red+Green+Blue) = 173+168+201=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #ADA8C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADA8C9 is #525736. Grayscale: #ADADAD. Windows color (decimal): -5396279 or 13215917. OLE color: 13215917.

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

Color convert

RGB173168201-
CMYK0.140.1600.21
HSL249.09º23.4%72.35%-
HSV(B)249.09º16.42%78.82%-
XYZ41.7841.1160.99-
YUV173.26143.66127.82-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 201 (78.91% from 255) = 37.08%
R=31.92%
G=31.00%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1731682010.140.1600.21249.0923.472.35
HexADA8C9E10015f91748
Octal255250311162002537127110
Binary10101101101010001100100111101000001010111111001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA8C9; }

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

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

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

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

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

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

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

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