#AEACD5

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

Shades of Wistful #AEACD5

Tints of Wistful #AEACD5

Color information

#AEACD5 (or 0xAEACD5) is unknown color: approx Wistful. HEX triplet: AE, AC and D5. RGB value is (174,172,213). Sum of RGB (Red+Green+Blue) = 174+172+213=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #AEACD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACD5 is #51532A. Grayscale: #B1B1B1. Windows color (decimal): -5329707 or 14003374. OLE color: 14003374.

HSL color Cylindrical-coordinate representation of color #AEACD5: hue angle of 242.93º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEACD5 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174172213-
CMYK0.180.1900.16
HSL242.93º32.8%75.49%-
HSV(B)242.93º19.25%83.53%-
XYZ44.2243.3168.98-
YUV177.27148.16125.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 213 (83.59% from 255) = 38.10%
R=31.13%
G=30.77%
B=38.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741722130.180.1900.16242.9332.875.49
HexAEACD51213010f3214b
Octal256254325222302036341113
Binary1010111010101100110101011001010011010000111100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACD5; }

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

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

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

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

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

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

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

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