#ADACDA

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

Shades of Lavender Grey #ADACDA

Tints of Lavender Grey #ADACDA

Color information

#ADACDA (or 0xADACDA) is unknown color: approx Lavender Grey. HEX triplet: AD, AC and DA. RGB value is (173,172,218). Sum of RGB (Red+Green+Blue) = 173+172+218=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADACDA is #525325. Grayscale: #B1B1B1. Windows color (decimal): -5395238 or 14331053. OLE color: 14331053.

HSL color Cylindrical-coordinate representation of color #ADACDA: hue angle of 241.3º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADACDA is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB173172218-
CMYK0.210.2100.15
HSL241.3º38.33%76.47%-
HSV(B)241.3º21.1%85.49%-
XYZ44.6443.4572.36-
YUV177.54150.83124.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.73%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=30.73%
G=30.55%
B=38.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1731722180.210.2100.15241.338.3376.47
HexADACDA15150Ff1264c
Octal255254332252501736146114
Binary101011011010110011011010101011010101111111100011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACDA; }

 p { color: rgb(173,172,218); }

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

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

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

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

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

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

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