#ADAEDB

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

Shades of Lavender Grey #ADAEDB

Tints of Lavender Grey #ADAEDB

Color information

#ADAEDB (or 0xADAEDB) is unknown color: approx Lavender Grey. HEX triplet: AD, AE and DB. RGB value is (173,174,219). Sum of RGB (Red+Green+Blue) = 173+174+219=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADAEDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAEDB is #525124. Grayscale: #B2B2B2. Windows color (decimal): -5394725 or 14397101. OLE color: 14397101.

HSL color Cylindrical-coordinate representation of color #ADAEDB: hue angle of 238.7º degrees, saturation: 0.39, 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 #ADAEDB is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB173174219-
CMYK0.210.2100.14
HSL238.7º38.98%76.86%-
HSV(B)238.7º21%85.88%-
XYZ45.1644.2773.18-
YUV178.83150.67123.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.57%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 219 (85.94% from 255) = 38.69%
R=30.57%
G=30.74%
B=38.69%

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
Decimal1731742190.210.2100.14238.738.9876.86
HexADAEDB15150Eef274d
Octal255256333252501635747115
Binary101011011010111011011011101011010101110111011111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEDB; }

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

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

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

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

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

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

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

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