#ADAAE5

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

Shades of Lavender Grey #ADAAE5

Tints of Lavender Grey #ADAAE5

Color information

#ADAAE5 (or 0xADAAE5) is unknown color: approx Lavender Grey. HEX triplet: AD, AA and E5. RGB value is (173,170,229). Sum of RGB (Red+Green+Blue) = 173+170+229=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADAAE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAAE5 is #52551A. Grayscale: #B1B1B1. Windows color (decimal): -5395739 or 15051437. OLE color: 15051437.

HSL color Cylindrical-coordinate representation of color #ADAAE5: hue angle of 243.05º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADAAE5 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173170229-
CMYK0.240.2600.10
HSL243.05º53.15%78.24%-
HSV(B)243.05º25.76%89.8%-
XYZ45.7543.2980.07-
YUV177.62156.99124.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=30.24%
G=29.72%
B=40.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731702290.240.2600.10243.0553.1578.24
HexADAAE5181A0Af3354e
Octal255252345303201236365116
Binary101011011010101011100101110001101001010111100111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAAE5; }

 p { color: rgb(173,170,229); }

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

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

 a { background-color: rgb(173,170,229); }

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

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

 span { border-color: rgb(173,170,229); }

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