#AAABDD

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

Shades of Wistful #AAABDD

Tints of Wistful #AAABDD

Color information

#AAABDD (or 0xAAABDD) is unknown color: approx Wistful. HEX triplet: AA, AB and DD. RGB value is (170,171,221). Sum of RGB (Red+Green+Blue) = 170+171+221=562 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.25% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #AAABDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAABDD is #555422. Grayscale: #B0B0B0. Windows color (decimal): -5592099 or 14527402. OLE color: 14527402.

HSL color Cylindrical-coordinate representation of color #AAABDD: hue angle of 238.82º degrees, saturation: 0.43, 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 #AAABDD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170171221-
CMYK0.230.2300.13
HSL238.82º42.86%76.67%-
HSV(B)238.82º23.08%86.67%-
XYZ44.1942.8974.36-
YUV176.4153.17123.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.25%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=30.25%
G=30.43%
B=39.32%

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
Decimal1701712210.230.2300.13238.8242.8676.67
HexAAABDD17170Def2b4d
Octal252253335272701535753115
Binary101010101010101111011101101111011101101111011111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAABDD; }

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

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

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

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

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

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

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

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