#AEACD2

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

Shades of Wistful #AEACD2

Tints of Wistful #AEACD2

Color information

#AEACD2 (or 0xAEACD2) is unknown color: approx Wistful. HEX triplet: AE, AC and D2. RGB value is (174,172,210). Sum of RGB (Red+Green+Blue) = 174+172+210=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #AEACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD2 is #51532D. Grayscale: #B0B0B0. Windows color (decimal): -5329710 or 13806766. OLE color: 13806766.

HSL color Cylindrical-coordinate representation of color #AEACD2: hue angle of 243.16º degrees, saturation: 0.3, 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 #AEACD2 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174172210-
CMYK0.170.1800.18
HSL243.16º29.69%74.9%-
HSV(B)243.16º18.1%82.35%-
XYZ43.8443.1666.99-
YUV176.93146.66125.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.29%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=31.29%
G=30.94%
B=37.77%

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
Decimal1741722100.170.1800.18243.1629.6974.9
HexAEACD21112012f31e4b
Octal256254322212202236336113
Binary101011101010110011010010100011001001001011110011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD2; }

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

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

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

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

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

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

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

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