#AEB1D8

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

Shades of Lavender Grey #AEB1D8

Tints of Lavender Grey #AEB1D8

Color information

#AEB1D8 (or 0xAEB1D8) is unknown color: approx Lavender Grey. HEX triplet: AE, B1 and D8. RGB value is (174,177,216). Sum of RGB (Red+Green+Blue) = 174+177+216=567 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.69% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #AEB1D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEB1D8 is #514E27. Grayscale: #B4B4B4. Windows color (decimal): -5328424 or 14201262. OLE color: 14201262.

HSL color Cylindrical-coordinate representation of color #AEB1D8: hue angle of 235.71º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEB1D8 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174177216-
CMYK0.190.1800.15
HSL235.71º35%76.47%-
HSV(B)235.71º19.44%84.71%-
XYZ45.5745.471.33-
YUV180.55148.01123.33-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.69%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=30.69%
G=31.22%
B=38.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741772160.190.1800.15235.713576.47
HexAEB1D813120Fec234c
Octal256261330232201735443114
Binary101011101011000111011000100111001001111111011001000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB1D8; }

 p { color: rgb(174,177,216); }

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

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

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

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

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

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

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