#ADADD7

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

Shades of Lavender Grey #ADADD7

Tints of Lavender Grey #ADADD7

Color information

#ADADD7 (or 0xADADD7) is unknown color: approx Lavender Grey. HEX triplet: AD, AD and D7. RGB value is (173,173,215). Sum of RGB (Red+Green+Blue) = 173+173+215=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 173 (67.97% from 255 or 30.84% from 561); Blue value is 215 (84.38% from 255 or 38.32% from 561); Max value from RGB is 215 - color contains mainly: blue. Hex color #ADADD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADADD7 is #525228. Grayscale: #B1B1B1. Windows color (decimal): -5394985 or 14134701. OLE color: 14134701.

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

Color convert

RGB173173215-
CMYK0.200.2000.16
HSL240º34.43%76.08%-
HSV(B)240º19.53%84.31%-
XYZ44.4443.6870.38-
YUV177.79149124.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 173 (67.97% from 255) = 30.84%
BLUE value IS 215 (84.38% from 255) = 38.32%
R=30.84%
G=30.84%
B=38.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1731732150.200.2000.1624034.4376.08
HexADADD71414010f0224c
Octal255255327242402036042114
Binary1010110110101101110101111010010100010000111100001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADADD7; }

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

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

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

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

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

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

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

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