#AEADD6

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

Shades of Lavender Grey #AEADD6

Tints of Lavender Grey #AEADD6

Color information

#AEADD6 (or 0xAEADD6) is unknown color: approx Lavender Grey. HEX triplet: AE, AD and D6. RGB value is (174,173,214). Sum of RGB (Red+Green+Blue) = 174+173+214=561 (74% of max value = 765). Red value is 174 (68.36% from 255 or 31.02% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 214 (83.98% from 255 or 38.15% from 561); Max value from RGB is 214 - color contains mainly: blue. Hex color #AEADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD6 is #515229. Grayscale: #B1B1B1. Windows color (decimal): -5329450 or 14069166. OLE color: 14069166.

HSL color Cylindrical-coordinate representation of color #AEADD6: hue angle of 241.46º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AEADD6 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB174173214-
CMYK0.190.1900.16
HSL241.46º33.33%75.88%-
HSV(B)241.46º19.16%83.92%-
XYZ44.5443.7469.71-
YUV177.97148.33125.17-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.02%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 214 (83.98% from 255) = 38.15%
R=31.02%
G=30.84%
B=38.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741732140.190.1900.16241.4633.3375.88
HexAEADD61313010f1214c
Octal256255326232302036141114
Binary1010111010101101110101101001110011010000111100011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADD6; }

 p { color: rgb(174,173,214); }

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

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

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

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

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

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

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