#AEACD1

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

Shades of Wistful #AEACD1

Tints of Wistful #AEACD1

Color information

#AEACD1 (or 0xAEACD1) is unknown color: approx Wistful. HEX triplet: AE, AC and D1. RGB value is (174,172,209). Sum of RGB (Red+Green+Blue) = 174+172+209=555 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.35% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 209 (82.03% from 255 or 37.66% from 555); Max value from RGB is 209 - color contains mainly: blue. Hex color #AEACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD1 is #51532E. Grayscale: #B0B0B0. Windows color (decimal): -5329711 or 13741230. OLE color: 13741230.

HSL color Cylindrical-coordinate representation of color #AEACD1: hue angle of 243.24º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEACD1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174172209-
CMYK0.170.1800.18
HSL243.24º28.68%74.71%-
HSV(B)243.24º17.7%81.96%-
XYZ43.7243.1166.34-
YUV176.82146.16125.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.35%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 209 (82.03% from 255) = 37.66%
R=31.35%
G=30.99%
B=37.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741722090.170.1800.18243.2428.6874.71
HexAEACD11112012f31d4b
Octal256254321212202236335113
Binary101011101010110011010001100011001001001011110011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD1; }

 p { color: rgb(174,172,209); }

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

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

 a { background-color: rgb(174,172,209); }

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

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

 span { border-color: rgb(174,172,209); }

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