#AEADC9

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

Shades of Wistful #AEADC9

Tints of Wistful #AEADC9

Color information

#AEADC9 (or 0xAEADC9) is unknown color: approx Wistful. HEX triplet: AE, AD and C9. RGB value is (174,173,201). Sum of RGB (Red+Green+Blue) = 174+173+201=548 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.75% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #AEADC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADC9 is #515236. Grayscale: #B0B0B0. Windows color (decimal): -5329463 or 13217198. OLE color: 13217198.

HSL color Cylindrical-coordinate representation of color #AEADC9: hue angle of 242.14º 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 #AEADC9 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB174173201-
CMYK0.130.1400.21
HSL242.14º20.59%73.33%-
HSV(B)242.14º13.93%78.82%-
XYZ42.9443.161.31-
YUV176.49141.83126.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.75%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=31.75%
G=31.57%
B=36.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1741732010.130.1400.21242.1420.5973.33
HexAEADC9DE015f21549
Octal256255311151602536225111
Binary1010111010101101110010011101111001010111110010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADC9; }

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

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

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

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

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

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

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

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