#AEADCC

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

Shades of Wistful #AEADCC

Tints of Wistful #AEADCC

Color information

#AEADCC (or 0xAEADCC) is unknown color: approx Wistful. HEX triplet: AE, AD and CC. RGB value is (174,173,204). Sum of RGB (Red+Green+Blue) = 174+173+204=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #AEADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADCC is #515233. Grayscale: #B0B0B0. Windows color (decimal): -5329460 or 13413806. OLE color: 13413806.

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

Color convert

RGB174173204-
CMYK0.150.1500.2
HSL241.94º23.31%73.92%-
HSV(B)241.94º15.2%80%-
XYZ43.343.2563.19-
YUV176.83143.33125.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.58%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=31.58%
G=31.40%
B=37.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1741732040.150.1500.2241.9423.3173.92
HexAEADCCFF014f2174a
Octal256255314171702436227112
Binary1010111010101101110011001111111101010011110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADCC; }

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

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

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

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

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

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

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

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