#AEADD4

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

Shades of Wistful #AEADD4

Tints of Wistful #AEADD4

Color information

#AEADD4 (or 0xAEADD4) is unknown color: approx Wistful. HEX triplet: AE, AD and D4. RGB value is (174,173,212). Sum of RGB (Red+Green+Blue) = 174+173+212=559 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.13% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 212 - color contains mainly: blue. Hex color #AEADD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD4 is #51522B. Grayscale: #B1B1B1. Windows color (decimal): -5329452 or 13938094. OLE color: 13938094.

HSL color Cylindrical-coordinate representation of color #AEADD4: hue angle of 241.54º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AEADD4 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB174173212-
CMYK0.180.1800.17
HSL241.54º31.2%75.49%-
HSV(B)241.54º18.4%83.14%-
XYZ44.2843.6468.38-
YUV177.74147.33125.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.13%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 212 (83.20% from 255) = 37.92%
R=31.13%
G=30.95%
B=37.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1741732120.180.1800.17241.5431.275.49
HexAEADD41212011f21f4b
Octal256255324222202136237113
Binary101011101010110111010100100101001001000111110010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADD4; }

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

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

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

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

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

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

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

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