#AEAADC

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

Shades of Wistful #AEAADC

Tints of Wistful #AEAADC

Color information

#AEAADC (or 0xAEAADC) is unknown color: approx Wistful. HEX triplet: AE, AA and DC. RGB value is (174,170,220). Sum of RGB (Red+Green+Blue) = 174+170+220=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADC is #515523. Grayscale: #B0B0B0. Windows color (decimal): -5330212 or 14461614. OLE color: 14461614.

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

Color convert

RGB174170220-
CMYK0.210.2300.14
HSL244.8º41.67%76.47%-
HSV(B)244.8º22.73%86.27%-
XYZ44.7542.9273.64-
YUV176.9152.33125.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 220 (86.33% from 255) = 39.01%
R=30.85%
G=30.14%
B=39.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741702200.210.2300.14244.841.6776.47
HexAEAADC15170Ef52a4c
Octal256252334252701636552114
Binary101011101010101011011100101011011101110111101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAADC; }

 p { color: rgb(174,170,220); }

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

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

 a { background-color: rgb(174,170,220); }

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

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

 span { border-color: rgb(174,170,220); }

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