#AEADC8

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

Shades of Wistful #AEADC8

Tints of Wistful #AEADC8

Color information

#AEADC8 (or 0xAEADC8) is unknown color: approx Wistful. HEX triplet: AE, AD and C8. RGB value is (174,173,200). Sum of RGB (Red+Green+Blue) = 174+173+200=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 200 - color contains mainly: blue. Hex color #AEADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADC8 is #515237. Grayscale: #B0B0B0. Windows color (decimal): -5329464 or 13151662. OLE color: 13151662.

HSL color Cylindrical-coordinate representation of color #AEADC8: hue angle of 242.22º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AEADC8 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB174173200-
CMYK0.130.1400.22
HSL242.22º19.71%73.14%-
HSV(B)242.22º13.5%78.43%-
XYZ42.8243.0660.7-
YUV176.38141.33126.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.81%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 200 (78.52% from 255) = 36.56%
R=31.81%
G=31.63%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1741732000.130.1400.22242.2219.7173.14
HexAEADC8DE016f21449
Octal256255310151602636224111
Binary1010111010101101110010001101111001011011110010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADC8; }

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

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

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

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

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

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

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

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