#AEACDC

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

Shades of Lavender Grey #AEACDC

Tints of Lavender Grey #AEACDC

Color information

#AEACDC (or 0xAEACDC) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and DC. RGB value is (174,172,220). Sum of RGB (Red+Green+Blue) = 174+172+220=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #AEACDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDC is #515323. Grayscale: #B1B1B1. Windows color (decimal): -5329700 or 14462126. OLE color: 14462126.

HSL color Cylindrical-coordinate representation of color #AEACDC: hue angle of 242.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEACDC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174172220-
CMYK0.210.2200.14
HSL242.5º40.68%76.86%-
HSV(B)242.5º21.82%86.27%-
XYZ45.1343.6773.76-
YUV178.07151.66125.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.74%
GREEN value IS 172 (67.58% from 255) = 30.39%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=30.74%
G=30.39%
B=38.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741722200.210.2200.14242.540.6876.86
HexAEACDC15160Ef2294d
Octal256254334252601636251115
Binary101011101010110011011100101011011001110111100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACDC; }

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

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

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

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

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

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

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

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