#AAAADE

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

Shades of Wistful #AAAADE

Tints of Wistful #AAAADE

Color information

#AAAADE (or 0xAAAADE) is unknown color: approx Wistful. HEX triplet: AA, AA and DE. RGB value is (170,170,222). Sum of RGB (Red+Green+Blue) = 170+170+222=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAAADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAAADE is #555521. Grayscale: #AFAFAF. Windows color (decimal): -5592354 or 14592682. OLE color: 14592682.

HSL color Cylindrical-coordinate representation of color #AAAADE: hue angle of 240º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAAADE is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170170222-
CMYK0.230.2300.13
HSL240º44.07%76.86%-
HSV(B)240º23.42%87.06%-
XYZ44.1442.5775-
YUV175.93154123.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=30.25%
G=30.25%
B=39.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701702220.230.2300.1324044.0776.86
HexAAAADE17170Df02c4d
Octal252252336272701536054115
Binary101010101010101011011110101111011101101111100001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAADE; }

 p { color: rgb(170,170,222); }

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

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

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

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

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

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

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