#AEAEDB

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

Shades of Lavender Grey #AEAEDB

Tints of Lavender Grey #AEAEDB

Color information

#AEAEDB (or 0xAEAEDB) is unknown color: approx Lavender Grey. HEX triplet: AE, AE and DB. RGB value is (174,174,219). Sum of RGB (Red+Green+Blue) = 174+174+219=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEAEDB is #515124. Grayscale: #B2B2B2. Windows color (decimal): -5329189 or 14397102. OLE color: 14397102.

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

Color convert

RGB174174219-
CMYK0.210.2100.14
HSL240º38.46%77.06%-
HSV(B)240º20.55%85.88%-
XYZ45.3844.3973.19-
YUV179.13150.5124.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=30.69%
G=30.69%
B=38.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741742190.210.2100.1424038.4677.06
HexAEAEDB15150Ef0264d
Octal256256333252501636046115
Binary101011101010111011011011101011010101110111100001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAEDB; }

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

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

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

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

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

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

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

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