#ADAEDC

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

Shades of Lavender Grey #ADAEDC

Tints of Lavender Grey #ADAEDC

Color information

#ADAEDC (or 0xADAEDC) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and DC. RGB value is (173,174,220). Sum of RGB (Red+Green+Blue) = 173+174+220=567 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.51% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #ADAEDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDC is #525123. Grayscale: #B2B2B2. Windows color (decimal): -5394724 or 14462637. OLE color: 14462637.

HSL color Cylindrical-coordinate representation of color #ADAEDC: hue angle of 238.72º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADAEDC is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173174220-
CMYK0.210.2100.14
HSL238.72º40.17%77.06%-
HSV(B)238.72º21.36%86.27%-
XYZ45.2944.3273.88-
YUV178.94151.17123.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.51%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 220 (86.33% from 255) = 38.80%
R=30.51%
G=30.69%
B=38.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1731742200.210.2100.14238.7240.1777.06
HexADAEDC15150Eef284d
Octal255256334252501635750115
Binary101011011010111011011100101011010101110111011111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEDC; }

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

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

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

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

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

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

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

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