#AEACCD

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

Shades of Wistful #AEACCD

Tints of Wistful #AEACCD

Color information

#AEACCD (or 0xAEACCD) is unknown color: approx Wistful. HEX triplet: AE, AC and CD. RGB value is (174,172,205). Sum of RGB (Red+Green+Blue) = 174+172+205=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEACCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACCD is #515332. Grayscale: #B0B0B0. Windows color (decimal): -5329715 or 13479086. OLE color: 13479086.

HSL color Cylindrical-coordinate representation of color #AEACCD: hue angle of 243.64º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AEACCD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174172205-
CMYK0.150.1600.20
HSL243.64º24.81%73.92%-
HSV(B)243.64º16.1%80.39%-
XYZ43.2342.9163.76-
YUV176.36144.16126.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 205 (80.47% from 255) = 37.21%
R=31.58%
G=31.22%
B=37.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1741722050.150.1600.20243.6424.8173.92
HexAEACCDF10014f4194a
Octal256254315172002436431112
Binary10101110101011001100110111111000001010011110100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACCD; }

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

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

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

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

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

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

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

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