#AEAEDD

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

Shades of Lavender Grey #AEAEDD

Tints of Lavender Grey #AEAEDD

Color information

#AEAEDD (or 0xAEAEDD) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and DD. RGB value is (174,174,221). Sum of RGB (Red+Green+Blue) = 174+174+221=569 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.58% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #AEAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEDD is #515122. Grayscale: #B3B3B3. Windows color (decimal): -5329187 or 14528174. OLE color: 14528174.

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

Color convert

RGB174174221-
CMYK0.210.2100.13
HSL240º40.87%77.45%-
HSV(B)240º21.27%86.67%-
XYZ45.6444.4974.59-
YUV179.36151.5124.18-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.58%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=30.58%
G=30.58%
B=38.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1741742210.210.2100.1324040.8777.45
HexAEAEDD15150Df0294d
Octal256256335252501536051115
Binary101011101010111011011101101011010101101111100001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEDD; }

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

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

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

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

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

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

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

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