#AEAADB

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

Shades of Wistful #AEAADB

Tints of Wistful #AEAADB

Color information

#AEAADB (or 0xAEAADB) is unknown color: approx Wistful. HEX triplet: AE, AA and DB. RGB value is (174,170,219). Sum of RGB (Red+Green+Blue) = 174+170+219=563 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.91% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAADB is #515524. Grayscale: #B0B0B0. Windows color (decimal): -5330213 or 14396078. OLE color: 14396078.

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

Color convert

RGB174170219-
CMYK0.210.2200.14
HSL244.9º40.5%76.27%-
HSV(B)244.9º22.37%85.88%-
XYZ44.6242.8672.94-
YUV176.78151.83126.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.91%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=30.91%
G=30.20%
B=38.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741702190.210.2200.14244.940.576.27
HexAEAADB15160Ef5284c
Octal256252333252601636550114
Binary101011101010101011011011101011011001110111101011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAADB; }

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

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

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

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

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

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

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

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