#AEACDE

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

Shades of Lavender Grey #AEACDE

Tints of Lavender Grey #AEACDE

Color information

#AEACDE (or 0xAEACDE) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and DE. RGB value is (174,172,222). Sum of RGB (Red+Green+Blue) = 174+172+222=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #AEACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDE is #515321. Grayscale: #B2B2B2. Windows color (decimal): -5329698 or 14593198. OLE color: 14593198.

HSL color Cylindrical-coordinate representation of color #AEACDE: hue angle of 242.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEACDE is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB174172222-
CMYK0.220.2300.13
HSL242.4º43.1%77.25%-
HSV(B)242.4º22.52%87.06%-
XYZ45.3943.7875.16-
YUV178.3152.66124.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.63%
GREEN value IS 172 (67.58% from 255) = 30.28%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=30.63%
G=30.28%
B=39.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741722220.220.2300.13242.443.177.25
HexAEACDE16170Df22b4d
Octal256254336262701536253115
Binary101011101010110011011110101101011101101111100101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACDE; }

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

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

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

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

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

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

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

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