#AEADCD

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

Shades of Wistful #AEADCD

Tints of Wistful #AEADCD

Color information

#AEADCD (or 0xAEADCD) is unknown color: approx Wistful. HEX triplet: AE, AD and CD. RGB value is (174,173,205). Sum of RGB (Red+Green+Blue) = 174+173+205=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #AEADCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADCD is #515232. Grayscale: #B0B0B0. Windows color (decimal): -5329459 or 13479342. OLE color: 13479342.

HSL color Cylindrical-coordinate representation of color #AEADCD: hue angle of 241.88º degrees, saturation: 0.24, 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 #AEADCD is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB174173205-
CMYK0.150.1600.20
HSL241.88º24.24%74.12%-
HSV(B)241.88º15.61%80.39%-
XYZ43.4243.2963.83-
YUV176.95143.83125.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=31.52%
G=31.34%
B=37.14%

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
Decimal1741732050.150.1600.20241.8824.2474.12
HexAEADCDF10014f2184a
Octal256255315172002436230112
Binary10101110101011011100110111111000001010011110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADCD; }

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

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

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

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

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

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

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

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