#ADAACC

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

Shades of Wistful #ADAACC

Tints of Wistful #ADAACC

Color information

#ADAACC (or 0xADAACC) is unknown color: approx Wistful. HEX triplet: AD, AA and CC. RGB value is (173,170,204). Sum of RGB (Red+Green+Blue) = 173+170+204=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADAACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACC is #525533. Grayscale: #AEAEAE. Windows color (decimal): -5395764 or 13413037. OLE color: 13413037.

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

Color convert

RGB173170204-
CMYK0.150.1700.2
HSL245.29º25%73.33%-
HSV(B)245.29º16.67%80%-
XYZ42.5141.9962.99-
YUV174.77144.49126.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=31.63%
G=31.08%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731702040.150.1700.2245.292573.33
HexADAACCF11014f51949
Octal255252314172102436531111
Binary10101101101010101100110011111000101010011110101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAACC; }

 p { color: rgb(173,170,204); }

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

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

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

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

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

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

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