#AAABDB

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

Shades of Wistful #AAABDB

Tints of Wistful #AAABDB

Color information

#AAABDB (or 0xAAABDB) is unknown color: approx Wistful. HEX triplet: AA, AB and DB. RGB value is (170,171,219). Sum of RGB (Red+Green+Blue) = 170+171+219=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #AAABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABDB is #555424. Grayscale: #AFAFAF. Windows color (decimal): -5592101 or 14396330. OLE color: 14396330.

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

Color convert

RGB170171219-
CMYK0.220.2200.14
HSL238.78º40.5%76.27%-
HSV(B)238.78º22.37%85.88%-
XYZ43.9342.7972.96-
YUV176.17152.17123.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=30.36%
G=30.54%
B=39.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701712190.220.2200.14238.7840.576.27
HexAAABDB16160Eef284c
Octal252253333262601635750114
Binary101010101010101111011011101101011001110111011111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABDB; }

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

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

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

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

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

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

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

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