#AEADD9

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

Shades of Lavender Grey #AEADD9

Tints of Lavender Grey #AEADD9

Color information

#AEADD9 (or 0xAEADD9) is unknown color: approx Lavender Grey. HEX triplet: AE, AD and D9. RGB value is (174,173,217). Sum of RGB (Red+Green+Blue) = 174+173+217=564 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.85% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 217 - color contains mainly: blue. Hex color #AEADD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD9 is #515226. Grayscale: #B2B2B2. Windows color (decimal): -5329447 or 14265774. OLE color: 14265774.

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

Color convert

RGB174173217-
CMYK0.200.2000.15
HSL241.36º36.67%76.47%-
HSV(B)241.36º20.28%85.1%-
XYZ44.9243.971.75-
YUV178.32149.83124.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.85%
GREEN value IS 173 (67.97% from 255) = 30.67%
BLUE value IS 217 (85.16% from 255) = 38.48%
R=30.85%
G=30.67%
B=38.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741732170.200.2000.15241.3636.6776.47
HexAEADD914140Ff1254c
Octal256255331242401736145114
Binary101011101010110111011001101001010001111111100011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADD9; }

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

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

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

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

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

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

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

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