#AEACDD

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

Shades of Lavender Grey #AEACDD

Tints of Lavender Grey #AEACDD

Color information

#AEACDD (or 0xAEACDD) is unknown color: approx Lavender Grey. HEX triplet: AE, AC and DD. RGB value is (174,172,221). Sum of RGB (Red+Green+Blue) = 174+172+221=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEACDD is #515322. Grayscale: #B1B1B1. Windows color (decimal): -5329699 or 14527662. OLE color: 14527662.

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

Color convert

RGB174172221-
CMYK0.210.2200.13
HSL242.45º41.88%77.06%-
HSV(B)242.45º22.17%86.67%-
XYZ45.2643.7274.46-
YUV178.18152.16125.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=30.69%
G=30.34%
B=38.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741722210.210.2200.13242.4541.8877.06
HexAEACDD15160Df22a4d
Octal256254335252601536252115
Binary101011101010110011011101101011011001101111100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEACDD; }

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

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

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

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

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

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

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

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