#ADAACE

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

Shades of Wistful #ADAACE

Tints of Wistful #ADAACE

Color information

#ADAACE (or 0xADAACE) is unknown color: approx Wistful. HEX triplet: AD, AA and CE. RGB value is (173,170,206). Sum of RGB (Red+Green+Blue) = 173+170+206=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 206 (80.86% from 255 or 37.52% from 549); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADAACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAACE is #525531. Grayscale: #AEAEAE. Windows color (decimal): -5395762 or 13544109. OLE color: 13544109.

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

Color convert

RGB173170206-
CMYK0.160.1700.19
HSL245º26.87%73.73%-
HSV(B)245º17.48%80.78%-
XYZ42.7542.0964.26-
YUV175145.49126.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 206 (80.86% from 255) = 37.52%
R=31.51%
G=30.97%
B=37.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1731702060.160.1700.1924526.8773.73
HexADAACE1011013f51b4a
Octal255252316202102336533112
Binary101011011010101011001110100001000101001111110101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAACE; }

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

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

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

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

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

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

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

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