#ADADDB

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

Shades of Lavender Grey #ADADDB

Tints of Lavender Grey #ADADDB

Color information

#ADADDB (or 0xADADDB) is unknown color: approx Lavender Grey. HEX triplet: AD, AD and DB. RGB value is (173,173,219). Sum of RGB (Red+Green+Blue) = 173+173+219=565 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.62% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 219 - color contains mainly: blue. Hex color #ADADDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADDB is #525224. Grayscale: #B2B2B2. Windows color (decimal): -5394981 or 14396845. OLE color: 14396845.

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

Color convert

RGB173173219-
CMYK0.210.2100.14
HSL240º38.98%76.86%-
HSV(B)240º21%85.88%-
XYZ44.9643.8973.12-
YUV178.24151124.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.62%
GREEN value IS 173 (67.97% from 255) = 30.62%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=30.62%
G=30.62%
B=38.76%

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
Decimal1731732190.210.2100.1424038.9876.86
HexADADDB15150Ef0274d
Octal255255333252501636047115
Binary101011011010110111011011101011010101110111100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADDB; }

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

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

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

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

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

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

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

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