#AEADD7

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

Shades of Lavender Grey #AEADD7

Tints of Lavender Grey #AEADD7

Color information

#AEADD7 (or 0xAEADD7) is unknown color: approx Lavender Grey. HEX triplet: AE, AD and D7. RGB value is (174,173,215). Sum of RGB (Red+Green+Blue) = 174+173+215=562 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.96% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #AEADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AEADD7 is #515228. Grayscale: #B1B1B1. Windows color (decimal): -5329449 or 14134702. OLE color: 14134702.

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

Color convert

RGB174173215-
CMYK0.190.2000.16
HSL241.43º34.43%76.08%-
HSV(B)241.43º19.53%84.31%-
XYZ44.6643.7970.39-
YUV178.09148.83125.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 30.96%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 215 (84.38% from 255) = 38.26%
R=30.96%
G=30.78%
B=38.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1741732150.190.2000.16241.4334.4376.08
HexAEADD71314010f1224c
Octal256255327232402036142114
Binary1010111010101101110101111001110100010000111100011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEADD7; }

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

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

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

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

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

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

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

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